build: disable tautological-compare and logical-op

This commit is contained in:
Alam Ed Arias 2017-03-12 20:43:35 -04:00
parent b01d5da60f
commit 42ecca817d
1 changed files with 5 additions and 2 deletions

View File

@ -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)