mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-13 21:31:32 +00:00
Makefile: ignore suggest=attribute for GCC 4.6 and up
This commit is contained in:
parent
20dcf138e2
commit
869d582cc4
1 changed files with 3 additions and 0 deletions
|
@ -173,6 +173,9 @@ endif
|
|||
ifdef GCC43
|
||||
#WFLAGS+=-Wno-error=clobbered
|
||||
endif
|
||||
ifdef GCC46
|
||||
WFLAGS+=-Wno-error=suggest-attribute=noreturn
|
||||
endif
|
||||
WFLAGS+=$(OLDWFLAGS)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue