Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

*** 42,52 **** uuxqt.c versys.c xio.c xqt.c CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-char-subscripts CERRWARN += -_gcc=-Wno-unused-variable ! CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-extra CERRWARN += -_gcc=-Wno-implicit-function-declaration # "parse error: parsing (arg (9223372034707292160-0,2-s32max) == 2)" SMATCH = off --- 42,52 ---- uuxqt.c versys.c xio.c xqt.c CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-char-subscripts CERRWARN += -_gcc=-Wno-unused-variable ! CERRWARN += $(CNOWARN_UNINIT) CERRWARN += -_gcc=-Wno-extra CERRWARN += -_gcc=-Wno-implicit-function-declaration # "parse error: parsing (arg (9223372034707292160-0,2-s32max) == 2)" SMATCH = off