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

@@ -57,11 +57,11 @@
 # lint pass one enforcement and OS version
 #
 CFLAGS += $(CCVERBOSE)
 
 CERRWARN        += -_gcc=-Wno-unused-label
-CERRWARN        += -_gcc=-Wno-uninitialized
+CERRWARN        += $(CNOWARN_UNINIT)
 
 LDFLAGS += -dy -Nfs/sockfs -Ndrv/ip -Ndrv/sdpib
 
 #
 #       Default build targets.