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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/rpcsec_gss/Makefile.com
          +++ new/usr/src/lib/rpcsec_gss/Makefile.com
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31  
  32   32  # include library definitions
  33   33  include ../../Makefile.lib
  34   34  
  35   35  CPPFLAGS +=     -D_REENTRANT -I$(SRC)/uts/common/gssapi/include  \
  36   36                  -I$(SRC)/uts/common
  37   37  
  38   38  CFLAGS +=       $(XFFLAG)
  39   39  CFLAGS64 +=     $(XFFLAG)
  40   40  
  41      -CERRWARN +=     -_gcc=-Wno-uninitialized
       41 +CERRWARN +=     $(CNOWARN_UNINIT)
  42   42  CERRWARN +=     -_gcc=-Wno-parentheses
  43   43  
  44   44  # not linted
  45   45  SMATCH=off
  46   46  
  47   47  DYNFLAGS +=     $(ZIGNORE)
  48   48  
  49   49  LINTSRC=        $(LINTLIB:%.ln=%)
  50   50  
  51   51  LIBS  = $(DYNLIB)
↓ open down ↓ 15 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX