Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 106,116 ****
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-empty-body
! CERRWARN += -_gcc=-Wno-uninitialized
# needs work
SMOFF += indenting,all_func_returns,no_if_block
#
--- 106,116 ----
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-empty-body
! CERRWARN += $(CNOWARN_UNINIT)
# needs work
SMOFF += indenting,all_func_returns,no_if_block
#