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

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