Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 106,116 ****
-I$(SRC)/uts/common/gssapi/ \
-I$(SRC)/lib/gss_mechs/mech_krb5/include/ \
-DHAVE_STDLIB_H
CERRWARN += -_gcc=-Wno-unused-function
! CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-empty-body
# not linted
SMATCH=off
--- 106,116 ----
-I$(SRC)/uts/common/gssapi/ \
-I$(SRC)/lib/gss_mechs/mech_krb5/include/ \
-DHAVE_STDLIB_H
CERRWARN += -_gcc=-Wno-unused-function
! CERRWARN += $(CNOWARN_UNINIT)
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-empty-body
# not linted
SMATCH=off