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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libsec/Makefile.com
          +++ new/usr/src/lib/libsec/Makefile.com
↓ open down ↓ 40 lines elided ↑ open up ↑
  41   41  
  42   42  SRCDIR=         ../common
  43   43  
  44   44  LIBS =          $(DYNLIB) $(LINTLIB)
  45   45  
  46   46  CFLAGS +=       $(CCVERBOSE)
  47   47  CPPFLAGS +=     -I$(SRCDIR) -I. -I../../../common/acl
  48   48  LDLIBS += -lc -lavl -lidmap
  49   49  
  50   50  CERRWARN +=     -_gcc=-Wno-parentheses
  51      -CERRWARN +=     -_gcc=-Wno-uninitialized
       51 +CERRWARN +=     $(CNOWARN_UNINIT)
  52   52  CERRWARN +=     -_gcc=-Wno-unused-label
  53   53  CERRWARN +=     -_gcc=-Wno-unused-variable
  54   54  
  55   55  # not linted
  56   56  SMATCH=off
  57   57  
  58   58  CLOBBERFILES += acl.output
  59   59  
  60   60  # install this library in the root filesystem
  61   61  include ../../Makefile.rootfs
↓ open down ↓ 23 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX