mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
ignore noreturns
This commit is contained in:
parent
7a09a82489
commit
2176b21e62
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue