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/plugins/kdb/db2/Makefile.com
          +++ new/usr/src/lib/krb5/plugins/kdb/db2/Makefile.com
↓ open down ↓ 60 lines elided ↑ open up ↑
  61   61                  -I$(SRC)/lib/gss_mechs/mech_krb5/include \
  62   62                  -I$(SRC)/lib/gss_mechs/mech_krb5/krb5/os \
  63   63                  -I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5 \
  64   64                  -I$(SRC)/uts/common/gssapi/include/ \
  65   65                  -I$(SRC)/uts/common/gssapi/mechs/krb5/include
  66   66  
  67   67  CFLAGS +=       $(CCVERBOSE)
  68   68  CERRWARN +=     -_gcc=-Wno-unused-variable
  69   69  CERRWARN +=     -_gcc=-Wno-unused-function
  70   70  CERRWARN +=     -_gcc=-Wno-parentheses
  71      -CERRWARN +=     -_gcc=-Wno-uninitialized
       71 +CERRWARN +=     $(CNOWARN_UNINIT)
  72   72  
  73   73  # not linted
  74   74  SMATCH=off
  75   75  
  76   76  DYNFLAGS +=     $(KRUNPATH) $(KERBRUNPATH) $(KMECHLIB)
  77   77  LDLIBS +=       -L $(ROOTLIBDIR) -ldb2 -lkdb -lkadm5srv -lc -lnsl
  78   78  
  79   79  .KEEP_STATE:
  80   80  
  81   81  all:    $(LIBS)
↓ open down ↓ 13 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX