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

*** 49,59 **** # Include common rules. # include $(UTSBASE)/sparc/Makefile.sparc CERRWARN += -_gcc=-Wno-unused-label ! CERRWARN += -_gcc=-Wno-uninitialized # # Define targets # ALL_TARGET = $(BINARY) --- 49,59 ---- # Include common rules. # include $(UTSBASE)/sparc/Makefile.sparc CERRWARN += -_gcc=-Wno-unused-label ! CERRWARN += $(CNOWARN_UNINIT) # # Define targets # ALL_TARGET = $(BINARY)