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