Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 42,52 ****
CPPFLAGS += -D_FILE_OFFSET_BITS=64
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-parentheses
! CERRWARN += -_gcc=-Wno-uninitialized
YFLAGS += -d
LDLIBS += -lm
CLEANFILES= awk.c y.tab.h
# not linted
--- 42,52 ----
CPPFLAGS += -D_FILE_OFFSET_BITS=64
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-unused-label
CERRWARN += -_gcc=-Wno-parentheses
! CERRWARN += $(CNOWARN_UNINIT)
YFLAGS += -d
LDLIBS += -lm
CLEANFILES= awk.c y.tab.h
# not linted