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

build: disable tautological-compare and logical-op

parent b01d5da6
No related branches found
No related tags found
No related merge requests found
......@@ -193,8 +193,11 @@ endif
ifdef GCC46
WFLAGS+=-Wno-error=suggest-attribute=noreturn
endif
ifdef GCC62
WFALGS+=-Wno-tautological-compare
ifdef GCC54
WFALGS+=-Wno-error=logical-op
endif
ifdef GCC61
WFALGS+=-Wno-error=tautological-compare
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