mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Makefile: GCC80 does not exist
This commit is contained in:
parent
64159d55cf
commit
5b692acc6c
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…
Add table
Reference in a new issue