Skip to content
Snippets Groups Projects
Commit 869d582c authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Makefile: ignore suggest=attribute for GCC 4.6 and up

parent 20dcf138
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,9 @@ endif
ifdef GCC43
#WFLAGS+=-Wno-error=clobbered
endif
ifdef GCC46
WFLAGS+=-Wno-error=suggest-attribute=noreturn
endif
WFLAGS+=$(OLDWFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment