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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libctf/Makefile.shared.com
          +++ new/usr/src/lib/libctf/Makefile.shared.com
↓ open down ↓ 77 lines elided ↑ open up ↑
  78   78  
  79   79  SRCDIR = $(SRC)/lib/libctf/common
  80   80  
  81   81  CPPFLAGS +=     -I$(SRC)/lib/libctf/common      \
  82   82                  -I$(SRC)/common/ctf             \
  83   83                  -I$(SRC)/lib/libdwarf/common    \
  84   84                  -I$(SRC)/lib/mergeq             \
  85   85                  -DCTF_OLD_VERSIONS
  86   86  CFLAGS += $(CCVERBOSE)
  87   87  
  88      -CERRWARN += -_gcc=-Wno-uninitialized
       88 +CERRWARN += $(CNOWARN_UNINIT)
  89   89  
  90   90  $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX