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

@@ -69,11 +69,11 @@
 CPPFLAGS += -I. -I../common
 
 CERRWARN += -_gcc=-Wno-parentheses
 CERRWARN += -_gcc=-Wno-unused-label
 CERRWARN += -_gcc=-Wno-switch
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 
 # these look like real bugs here, but ...
 SMOFF += impossible_mask,signed_integer_overflow_check
 
 $(OBJS) := CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_REENTRANT