Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 45,55 ****
ASFLAGS += -P -D_ASM -I../common
CPPFLAGS += -D_REENTRANT -I../common
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-switch
! CERRWARN += -_gcc=-Wno-uninitialized
# not linted
SMATCH=off
.KEEP_STATE:
--- 45,55 ----
ASFLAGS += -P -D_ASM -I../common
CPPFLAGS += -D_REENTRANT -I../common
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-switch
! CERRWARN += $(CNOWARN_UNINIT)
# not linted
SMATCH=off
.KEEP_STATE: