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

build: do not overwrite the -Wno-error switchs

parent 42ecca81
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,7 @@ endif
ifdef ERRORMODE
WFLAGS+=-Werror
endif
WFLAGS+=$(OLDWFLAGS)
ifdef GCC43
#WFLAGS+=-Wno-error=clobbered
endif
......@@ -199,7 +200,6 @@ endif
ifdef GCC61
WFALGS+=-Wno-error=tautological-compare
endif
WFLAGS+=$(OLDWFLAGS)
#indicate platform and what interface use with
......
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