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

*** 32,42 **** POFILE = $(PROG)_all.po LDLIBS += -lscf -luutil -lcontract CERRWARN += -_gcc=-Wno-switch ! CERRWARN += -_gcc=-Wno-uninitialized lint := LINTFLAGS = -ux .KEEP_STATE: --- 32,42 ---- POFILE = $(PROG)_all.po LDLIBS += -lscf -luutil -lcontract CERRWARN += -_gcc=-Wno-switch ! CERRWARN += $(CNOWARN_UNINIT) lint := LINTFLAGS = -ux .KEEP_STATE: