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

@@ -50,11 +50,11 @@
 
 CPPFLAGS +=     -D_LARGEFILE64_SOURCE
 
 CERRWARN +=     -_gcc=-Wno-parentheses
 CERRWARN +=     -_gcc=-Wno-unused-variable
-CERRWARN +=     -_gcc=-Wno-uninitialized
+CERRWARN +=     $(CNOWARN_UNINIT)
 
 #
 # We need to tell lint not to complain about the routines
 # we are grabbing from the kernel as being undefined.
 #