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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libsecdb/Makefile.com
          +++ new/usr/src/lib/libsecdb/Makefile.com
↓ open down ↓ 37 lines elided ↑ open up ↑
  38   38  
  39   39  SRCDIR =        ../common
  40   40  $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)
  41   41  
  42   42  CFLAGS +=       $(CCVERBOSE)
  43   43  CPPFLAGS +=     -D_REENTRANT
  44   44  LINTFLAGS +=    -DPIC
  45   45  LINTFLAGS64 +=  -DPIC
  46   46  
  47   47  CERRWARN +=     -_gcc=-Wno-parentheses
  48      -CERRWARN +=     -_gcc=-Wno-uninitialized
       48 +CERRWARN +=     $(CNOWARN_UNINIT)
  49   49  
  50   50  .KEEP_STATE:
  51   51  
  52   52  all: $(LIBS)
  53   53  
  54   54  lint: lintcheck
  55   55  
  56   56  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX