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

build: fixup WFALGS/WFLAGS mistake

parent 6bb7a636
No related branches found
No related tags found
No related merge requests found
......@@ -181,13 +181,17 @@ ifdef GCC45
WFLAGS+=-Wunsuffixed-float-constants
endif
endif
ifdef NOLDWARNING
LDFLAGS+=-Wl,--as-needed
endif
ifdef ERRORMODE
WFLAGS+=-Werror
endif
WFLAGS+=$(OLDWFLAGS)
ifdef GCC43
#WFLAGS+=-Wno-error=clobbered
endif
......@@ -195,10 +199,10 @@ ifdef GCC46
WFLAGS+=-Wno-error=suggest-attribute=noreturn
endif
ifdef GCC54
WFALGS+=-Wno-error=logical-op
WFLAGS+=-Wno-error=logical-op
endif
ifdef GCC61
WFALGS+=-Wno-error=tautological-compare
WFLAGS+=-Wno-error=tautological-compare
endif
......
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