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

*** 148,158 **** CLEANFILES += $(LINTOUT) $(LINTLIB) CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-char-subscripts ! CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-parentheses # not linted SMATCH=off --- 148,158 ---- CLEANFILES += $(LINTOUT) $(LINTLIB) CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-char-subscripts ! CERRWARN += $(CNOWARN_UNINIT) CERRWARN += -_gcc=-Wno-parentheses # not linted SMATCH=off