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

@@ -41,11 +41,11 @@
 
 CFLAGS          += $(CCVERBOSE)
 CPPFLAGS        += -I$(SRC)/common
 LDFLAGS         += -dy -Ndrv/dtrace
 
-CERRWARN        += -_gcc=-Wno-uninitialized
+CERRWARN        += $(CNOWARN_UNINIT)
 
 .KEEP_STATE:
 
 def:            $(DEF_DEPS)