Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 46,56 ****
CPPFLAGS = -DUSG -DINCORE -I. -I.. $(CPPFLAGS.master)
CERRWARN += -_gcc=-Wno-implicit-function-declaration
CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-parentheses
! CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-extra
# "parse error: parsing (i (9223372034707292160-96) >= 65)"
SMATCH = off
--- 46,56 ----
CPPFLAGS = -DUSG -DINCORE -I. -I.. $(CPPFLAGS.master)
CERRWARN += -_gcc=-Wno-implicit-function-declaration
CERRWARN += -_gcc=-Wno-unused-variable
CERRWARN += -_gcc=-Wno-parentheses
! CERRWARN += $(CNOWARN_UNINIT)
CERRWARN += -_gcc=-Wno-extra
# "parse error: parsing (i (9223372034707292160-96) >= 65)"
SMATCH = off