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

@@ -59,11 +59,11 @@
 CFLAGS += $(CCVERBOSE)
 
 CERRWARN        += -_gcc=-Wno-unused-label
 CERRWARN        += -_gcc=-Wno-unused-variable
 CERRWARN        += -_gcc=-Wno-unused-function
-CERRWARN        += -_gcc=-Wno-uninitialized
+CERRWARN        += $(CNOWARN_UNINIT)
 CERRWARN        += -_gcc=-Wno-parentheses
 
 #
 # Disable these lint checks since some errors suppressed here are
 # in the OFED code, but we'd like to keep it as is as much as possible.