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

Makefile: skip implicit-fallthroug warnings

parent fd12e856
No related branches found
No related tags found
No related merge requests found
......@@ -222,6 +222,10 @@ endif
ifdef GCC61
WFLAGS+=-Wno-tautological-compare -Wno-error=tautological-compare
endif
ifdef GCC72
WFLAGS+=-Wno-error=implicit-fallthroug
WFLAGS+=-Wno-implicit-fallthroug
endif
ifdef GCC80
WFLAGS+=-Wno-error=format-overflow
WFLAGS+=-Wno-error=stringop-truncation
......
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