Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 53,63 ****
LINTFLAGS += \
-I$(UTSBASE)/common/io/igb \
-I$(UTSBASE)/common/io/e1000api
CERRWARN += -_gcc=-Wno-switch
! CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_cc=-erroff=E_STATEMENT_NOT_REACHED
#
# Define targets
#
--- 53,63 ----
LINTFLAGS += \
-I$(UTSBASE)/common/io/igb \
-I$(UTSBASE)/common/io/e1000api
CERRWARN += -_gcc=-Wno-switch
! CERRWARN += $(CNOWARN_UNINIT)
CERRWARN += -_cc=-erroff=E_STATEMENT_NOT_REACHED
#
# Define targets
#