0
0
Fork 0
mirror of https://git.do.srb2.org/KartKrew/Kart-Public.git synced 2025-04-09 20:07:25 +00:00

move disabled warning out of mingw

This commit is contained in:
Alam Ed Arias 2016-01-28 12:06:00 -05:00
parent 3c35ed60d3
commit 7fdb5cfcfb

View file

@ -155,13 +155,14 @@ WFLAGS+=-Wformat-security
ifndef GCC29
#WFLAGS+=-Winit-self
endif
ifdef GCC46
WFLAGS+=-Wno-suggest-attribute=noreturn
endif
ifndef MINGW
ifdef GCC45
WFLAGS+=-Wunsuffixed-float-constants
endif
ifdef GCC46
WFLAGS+=-Wno-suggest-attribute=noreturn
endif
endif
ifdef NOLDWARNING
LDFLAGS+=-Wl,--as-needed