mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +00:00
Even the warning can die, give the programmer some credit
(cherry picked from commit 6d67b7c3269d2530cfcd7a93cfde401e09d04138)
This commit is contained in:
parent
6d3f5ef163
commit
60a38cbec3
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ endif
|
||||||
ifdef GCC71
|
ifdef GCC71
|
||||||
WFLAGS+=-Wno-error=implicit-fallthrough
|
WFLAGS+=-Wno-error=implicit-fallthrough
|
||||||
WFLAGS+=-Wno-implicit-fallthrough
|
WFLAGS+=-Wno-implicit-fallthrough
|
||||||
WFLAGS+=-Wno-error=format-truncation
|
WFLAGS+=-Wno-format-truncation
|
||||||
endif
|
endif
|
||||||
ifdef GCC80
|
ifdef GCC80
|
||||||
WFLAGS+=-Wno-error=format-overflow
|
WFLAGS+=-Wno-error=format-overflow
|
||||||
|
|
Loading…
Reference in a new issue