Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libeti/form/Makefile.com
          +++ new/usr/src/lib/libeti/form/Makefile.com
↓ open down ↓ 68 lines elided ↑ open up ↑
  69   69  
  70   70  SRCDIR=         ../common
  71   71  
  72   72  $(LINTLIB) :=   SRCS=$(SRCDIR)/$(LINTSRC)
  73   73  
  74   74  CPPFLAGS +=     -I../inc
  75   75  CFLAGS +=       $(CCVERBOSE)
  76   76  LDLIBS +=       -lcurses -lc
  77   77  
  78   78  CERRWARN +=     -_gcc=-Wno-parentheses
  79      -CERRWARN +=     -_gcc=-Wno-uninitialized
       79 +CERRWARN +=     $(CNOWARN_UNINIT)
  80   80  CERRWARN +=     -_gcc=-Wno-char-subscripts
  81   81  
  82   82  .KEEP_STATE:
  83   83  
  84   84  all: $(LIBS)
  85   85  
  86   86  lint: lintcheck
  87   87  
  88   88  # include library targets
  89   89  include ../../../Makefile.targ
  90   90  
  91   91  pics/%.o:       ../common/%.c
  92   92          $(COMPILE.c) -o $@ $<
  93   93          $(POST_PROCESS_O)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX