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

@@ -65,11 +65,11 @@
 #
 ALL_TARGET      = $(BINARY)
 LINT_TARGET     = $(MODULE).lint
 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE)
 
-CERRWARN        += -_gcc=-Wno-uninitialized
+CERRWARN        += $(CNOWARN_UNINIT)
 
 #
 # Disable this because it is necessary for this driver
 # and it is surely safe
 #