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

@@ -60,11 +60,11 @@
 #
 #       lint pass one enforcement
 #
 CFLAGS += $(CCVERBOSE) -I../sys
 CERRWARN += -_gcc=-Wno-parentheses
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
 CERRWARN += -_gcc=-Wno-type-limits
 
 #
 #       Turn on doubleword alignment for 64 bit registers
 #