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

@@ -37,6 +37,6 @@
 
 CPPFLAGS += -I$(SRC)/uts/common
 
 CERRWARN += -_gcc=-Wno-switch
 CERRWARN += -_gcc=-Wno-char-subscripts
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)