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

@@ -36,11 +36,11 @@
                 -I$(SRC)/uts/common
 
 CFLAGS +=       $(XFFLAG)
 CFLAGS64 +=     $(XFFLAG)
 
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 CERRWARN +=     -_gcc=-Wno-parentheses
 
 # not linted
 SMATCH=off