Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized
*** 98,108 ****
$(ASTCFLAGS)
CFLAGS64 += \
$(ASTCFLAGS64)
CERRWARN += -_gcc=-Wno-parentheses
! CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-char-subscripts
CERRWARN += -_gcc=-Wno-empty-body
CERRWARN += -_gcc=-Wno-unused-value
# "pplex() parse error: turning off implications after 60 seconds"
--- 98,108 ----
$(ASTCFLAGS)
CFLAGS64 += \
$(ASTCFLAGS64)
CERRWARN += -_gcc=-Wno-parentheses
! CERRWARN += $(CNOWARN_UNINIT)
CERRWARN += -_gcc=-Wno-char-subscripts
CERRWARN += -_gcc=-Wno-empty-body
CERRWARN += -_gcc=-Wno-unused-value
# "pplex() parse error: turning off implications after 60 seconds"