mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Makefile: skip implicit-fallthroug warnings
This commit is contained in:
parent
3859d48033
commit
b608dd9d05
1 changed files with 4 additions and 0 deletions
|
|
@ -222,6 +222,10 @@ endif
|
|||
ifdef GCC61
|
||||
WFLAGS+=-Wno-tautological-compare -Wno-error=tautological-compare
|
||||
endif
|
||||
ifdef GCC72
|
||||
WFLAGS+=-Wno-error=implicit-fallthroug
|
||||
WFLAGS+=-Wno-implicit-fallthroug
|
||||
endif
|
||||
ifdef GCC80
|
||||
WFLAGS+=-Wno-error=format-overflow
|
||||
WFLAGS+=-Wno-error=stringop-truncation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue