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

@@ -32,11 +32,11 @@
 LDLIBS += -lgen -lcurses
 XGETFLAGS += -a -x $(PROG).xcl
 CPPFLAGS += -D_FILE_OFFSET_BITS=64
 
 CERRWARN += -_gcc=-Wno-parentheses
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 CERRWARN += -_gcc=-Wno-clobbered
 
 .KEEP_STATE:
 
 all: $(PROG)