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

*** 41,51 **** # Include common rules. # include ../cpu/Makefile.cpu CERRWARN += -_gcc=-Wno-parentheses ! CERRWARN += -_gcc=-Wno-uninitialized # # Define targets # ALL_TARGET = $(BINARY) --- 41,51 ---- # Include common rules. # include ../cpu/Makefile.cpu CERRWARN += -_gcc=-Wno-parentheses ! CERRWARN += $(CNOWARN_UNINIT) # # Define targets # ALL_TARGET = $(BINARY)