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

@@ -60,11 +60,11 @@
 #
 #       Kernel Module Dependencies
 #
 LDFLAGS         += -dy -Nmisc/scsi
 
-CERRWARN        += -_gcc=-Wno-uninitialized
+CERRWARN        += $(CNOWARN_UNINIT)
 
 # needs work
 $(OBJS_DIR)/megaraid_sas.o := SMOFF += snprintf_overflow,all_func_returns
 
 #