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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/gss_mechs/mech_krb5/Makefile.com
          +++ new/usr/src/lib/gss_mechs/mech_krb5/Makefile.com
↓ open down ↓ 247 lines elided ↑ open up ↑
 248  248                  -I$(SRC)/uts/common/gssapi/mechs/krb5/crypto/des
 249  249  
 250  250  # KRB5_DEFS can be assigned various preprocessor flags, typically -D
 251  251  # defines on the make invocation.  These values will be appended to
 252  252  # CPPFLAGS so the other flags in CPPFLAGS will not be overwritten.
 253  253  
 254  254  CPPFLAGS += $(KRB5_DEFS)
 255  255  
 256  256  CERRWARN +=     -_gcc=-Wno-unused-function
 257  257  CERRWARN +=     -_gcc=-Wno-type-limits
 258      -CERRWARN +=     -_gcc=-Wno-uninitialized
      258 +CERRWARN +=     $(CNOWARN_UNINIT)
 259  259  CERRWARN +=     -_gcc=-Wno-parentheses
 260  260  CERRWARN +=     -_gcc=-Wno-unused-variable
 261  261  CERRWARN +=     -_gcc=-Wno-unused-but-set-variable
 262  262  CERRWARN +=     -_gcc=-Wno-unused-label
 263  263  CERRWARN +=     -_gcc=-Wno-unused-value
 264  264  CERRWARN +=     -_gcc=-Wno-empty-body
 265  265  CERRWARN +=     -_gcc=-Wno-address
 266  266  
 267  267  # needs work
 268  268  SMATCH=off
↓ open down ↓ 313 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX