Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 58,68 ****
DEBUG_DEFS += $(DEBUG_FLGS)
LDFLAGS += -dy -Nfs/sockfs -Nmisc/ksocket
CERRWARN += -_gcc=-Wno-switch
CERRWARN += -_gcc=-Wno-parentheses
! CERRWARN += -_gcc=-Wno-uninitialized
# needs work
SMATCH=off
# Include
--- 58,68 ----
DEBUG_DEFS += $(DEBUG_FLGS)
LDFLAGS += -dy -Nfs/sockfs -Nmisc/ksocket
CERRWARN += -_gcc=-Wno-switch
CERRWARN += -_gcc=-Wno-parentheses
! CERRWARN += $(CNOWARN_UNINIT)
# needs work
SMATCH=off
# Include