Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 39,49 ****
MKFSOBJS= mkfs.o
CERRWARN += -_gcc=-Wno-implicit-function-declaration
CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-empty-body
! CERRWARN += -_gcc=-Wno-uninitialized
# can't hack main() !
SMATCH = off
# for messaging catalog
--- 39,49 ----
MKFSOBJS= mkfs.o
CERRWARN += -_gcc=-Wno-implicit-function-declaration
CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-empty-body
! CERRWARN += $(CNOWARN_UNINIT)
# can't hack main() !
SMATCH = off
# for messaging catalog