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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/krb5/kdb/Makefile.com
          +++ new/usr/src/lib/krb5/kdb/Makefile.com
↓ open down ↓ 77 lines elided ↑ open up ↑
  78   78                  -I$(SRC)/lib/gss_mechs/mech_krb5/krb5/os \
  79   79                  -I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5 \
  80   80                  -I$(SRC)/uts/common/gssapi/include/ \
  81   81                  -I$(SRC)/uts/common/gssapi/mechs/krb5/include
  82   82  
  83   83  CFLAGS +=       $(CCVERBOSE) -I..
  84   84  
  85   85  CERRWARN +=     -_gcc=-Wno-unused-variable
  86   86  CERRWARN +=     -_gcc=-Wno-unused-function
  87   87  CERRWARN +=     -_gcc=-Wno-type-limits
  88      -CERRWARN +=     -_gcc=-Wno-uninitialized
       88 +CERRWARN +=     $(CNOWARN_UNINIT)
  89   89  CERRWARN +=     -_gcc=-Wno-parentheses
  90   90  
  91   91  SMOFF += indenting,all_func_returns,deref_check,signed
  92   92  
  93   93  DYNFLAGS +=     $(KRUNPATH) $(KMECHLIB)
  94   94  LDLIBS +=       -lc -lnsl
  95   95  
  96   96  .KEEP_STATE:
  97   97  
  98   98  all:    $(LIBS)
↓ open down ↓ 30 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX