ignore noreturns

This commit is contained in:
Alam Ed Arias 2016-01-28 11:49:23 -05:00
parent 7a09a82489
commit 2176b21e62
1 changed files with 4 additions and 0 deletions

View File

@ -159,6 +159,9 @@ ifndef MINGW
ifdef GCC45 ifdef GCC45
WFLAGS+=-Wunsuffixed-float-constants WFLAGS+=-Wunsuffixed-float-constants
endif endif
ifdef GCC46
WFLAGS+=-Wno-suggest-attribute=noreturn
endif
endif endif
ifdef NOLDWARNING ifdef NOLDWARNING
LDFLAGS+=-Wl,--as-needed LDFLAGS+=-Wl,--as-needed
@ -171,6 +174,7 @@ ifdef GCC43
endif endif
WFLAGS+=$(OLDWFLAGS) WFLAGS+=$(OLDWFLAGS)
#indicate platform and what interface use with #indicate platform and what interface use with
ifndef WINCE ifndef WINCE
ifndef XBOX ifndef XBOX