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

@@ -42,11 +42,11 @@
 #
 #       Include common rules.
 #
 include $(UTSBASE)/intel/Makefile.intel
 
-CERRWARN        += -_gcc=-Wno-uninitialized
+CERRWARN        += $(CNOWARN_UNINIT)
 
 # needs work
 SMOFF += all_func_returns
 
 #