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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/auditd_plugins/syslog/Makefile.com
          +++ new/usr/src/lib/auditd_plugins/syslog/Makefile.com
↓ open down ↓ 41 lines elided ↑ open up ↑
  42   42  
  43   43  LIBS=           $(DYNLIB)
  44   44  LDLIBS          += -lbsm -lsecdb -lc -lnsl
  45   45  
  46   46  CFLAGS          += $(CCVERBOSE)
  47   47  CPPFLAGS        += -D_REENTRANT
  48   48  CPPFLAGS        += -I$(PRAUDIT)
  49   49  CPPFLAGS        += -I$(LIBBSM)
  50   50  
  51   51  CERRWARN        += -_gcc=-Wno-char-subscripts
  52      -CERRWARN        += -_gcc=-Wno-uninitialized
       52 +CERRWARN        += $(CNOWARN_UNINIT)
  53   53  
  54   54  # not linted
  55   55  SMATCH=off
  56   56  
  57   57  ROOTLIBDIR=     $(ROOT)/usr/lib/security
  58   58  
  59   59  .KEEP_STATE:
  60   60  
  61   61  all:    $(LIBS)
  62   62  
↓ open down ↓ 11 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX