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

*** 47,57 **** 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 # needs work SMOFF += all_func_returns,indenting --- 47,57 ---- 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 # needs work SMOFF += all_func_returns,indenting