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

@@ -47,11 +47,11 @@
 #
 #       Include common rules.
 #
 include $(UTSBASE)/intel/Makefile.intel
 
-CERRWARN        += -_gcc=-Wno-uninitialized
+CERRWARN        += $(CNOWARN_UNINIT)
 
 #
 # It's unfortunate that we have to disable this; however, it's lint's fault. We
 # have a line which only causes a lint warning on a 64-bit build. If we suppress
 # it, then the 32-bit lint build complains about it being unnecessarily