0
0
Fork 0
mirror of https://git.do.srb2.org/STJr/SRB2.git synced 2025-04-18 16:30:58 +00:00

Makefile: GCC80 does not exist

This commit is contained in:
Alam Ed Arias 2019-08-08 22:34:09 -04:00
parent b773b61b8c
commit eacf89e309

View file

@ -234,7 +234,7 @@ ifdef GCC71
WFLAGS+=-Wno-error=implicit-fallthrough
WFLAGS+=-Wno-implicit-fallthrough
endif
ifdef GCC80
ifdef GCC81
WFLAGS+=-Wno-error=format-overflow
WFLAGS+=-Wno-error=stringop-truncation
WFLAGS+=-Wno-error=stringop-overflow