Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 61,71 ****
LDFLAGS += -dy -Nmisc/mac -Nmisc/net80211 -Nmisc/usba
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-switch
CERRWARN += -_gcc=-Wno-char-subscripts
! CERRWARN += -_gcc=-Wno-uninitialized
# needs work
SMOFF += deref_check,no_if_block,all_func_returns
#
--- 61,71 ----
LDFLAGS += -dy -Nmisc/mac -Nmisc/net80211 -Nmisc/usba
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-switch
CERRWARN += -_gcc=-Wno-char-subscripts
! CERRWARN += $(CNOWARN_UNINIT)
# needs work
SMOFF += deref_check,no_if_block,all_func_returns
#