mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Makefile: GCC80 does not exist
(cherry picked from commit eacf89e309d555bda78ed69945a7d995e56a3292)
This commit is contained in:
parent
2a116ac847
commit
ca22d7524e
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ ifdef GCC71
|
||||||
WFLAGS+=-Wno-implicit-fallthrough
|
WFLAGS+=-Wno-implicit-fallthrough
|
||||||
WFLAGS+=-Wno-format-truncation
|
WFLAGS+=-Wno-format-truncation
|
||||||
endif
|
endif
|
||||||
ifdef GCC80
|
ifdef GCC81
|
||||||
WFLAGS+=-Wno-error=format-overflow
|
WFLAGS+=-Wno-error=format-overflow
|
||||||
WFLAGS+=-Wno-error=stringop-truncation
|
WFLAGS+=-Wno-error=stringop-truncation
|
||||||
WFLAGS+=-Wno-error=stringop-overflow
|
WFLAGS+=-Wno-error=stringop-overflow
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue