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

*** 160,170 **** pics/map_ctrl.o $(UVAR_PICS) := CERRWARN += -_gcc=-Wno-unused-variable # Correcting these might alter logic ! CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-switch # not linted SMATCH=off --- 160,170 ---- pics/map_ctrl.o $(UVAR_PICS) := CERRWARN += -_gcc=-Wno-unused-variable # Correcting these might alter logic ! CERRWARN += $(CNOWARN_UNINIT) CERRWARN += -_gcc=-Wno-switch # not linted SMATCH=off