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

build: no warning or error about logical-ip or tautological-compare

parent 9cac1e9e
Branches
No related tags found
No related merge requests found
...@@ -199,10 +199,10 @@ ifdef GCC46 ...@@ -199,10 +199,10 @@ ifdef GCC46
WFLAGS+=-Wno-error=suggest-attribute=noreturn WFLAGS+=-Wno-error=suggest-attribute=noreturn
endif endif
ifdef GCC54 ifdef GCC54
WFLAGS+=-Wno-error=logical-op WFLAGS+=-Wno-logical-op -Wno-error=logical-op
endif endif
ifdef GCC61 ifdef GCC61
WFLAGS+=-Wno-error=tautological-compare WFLAGS+=-Wno-tautological-compare -Wno-error=tautological-compare
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment