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/libdb2/Makefile.com
          +++ new/usr/src/lib/krb5/plugins/kdb/db2/libdb2/Makefile.com
↓ open down ↓ 94 lines elided ↑ open up ↑
  95   95  CPPFLAGS +=     -DHAVE_CONFIG_H \
  96   96                  -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/mpool \
  97   97                  -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/db \
  98   98                  -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/hash \
  99   99                  -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/btree \
 100  100                  -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/recno \
 101  101                  -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/include \
 102  102                  -I$(SRC)/lib/gss_mechs/mech_krb5/include  #for db-ndbm.h
 103  103  
 104  104  CFLAGS +=       $(CCVERBOSE) -I..
 105      -CERRWARN +=     -_gcc=-Wno-uninitialized
      105 +CERRWARN +=     $(CNOWARN_UNINIT)
 106  106  
 107  107  # not linted
 108  108  SMATCH=off
 109  109  
 110  110  LDLIBS +=       -lc
 111  111  
 112  112  # Identify that this library is an interposer (on dbm_ routines from libc.so.1).
 113  113  # This identification insures runtime symbol lookup resolves to this library
 114  114  # (before libc.so.1) regardless of dependency link order.
 115  115  DYNFLAGS +=     $(ZINTERPOSE)
↓ open down ↓ 37 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX