Skip to content
Snippets Groups Projects
Commit ef022ef7 authored by Alam Ed Arias's avatar Alam Ed Arias Committed by James R.
Browse files

Makefile: GCC80 does not exist

(cherry picked from commit eacf89e3)
parent 42f71c02
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ ifdef GCC71
WFLAGS+=-Wno-implicit-fallthrough
WFLAGS+=-Wno-format-truncation
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