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

*** 83,93 **** $(ASTCFLAGS) CFLAGS64 += \ $(ASTCFLAGS64) CERRWARN += -_gcc=-Wno-parentheses ! CERRWARN += -_gcc=-Wno-uninitialized # needs work SMOFF += all_func_returns,strcpy_overflow .KEEP_STATE: --- 83,93 ---- $(ASTCFLAGS) CFLAGS64 += \ $(ASTCFLAGS64) CERRWARN += -_gcc=-Wno-parentheses ! CERRWARN += $(CNOWARN_UNINIT) # needs work SMOFF += all_func_returns,strcpy_overflow .KEEP_STATE: