mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-12 21:01:00 +00:00
Makefile: GCC80 does not exist
This commit is contained in:
parent
b773b61b8c
commit
eacf89e309
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue