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
1 changed files with 4 additions and 3 deletions

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