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

Makefile: GCC80 does not exist

parent b773b61b
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,7 @@ ifdef GCC71
WFLAGS+=-Wno-error=implicit-fallthrough
WFLAGS+=-Wno-implicit-fallthrough
endif
ifdef GCC80
ifdef GCC81
WFLAGS+=-Wno-error=format-overflow
WFLAGS+=-Wno-error=stringop-truncation
WFLAGS+=-Wno-error=stringop-overflow
......
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