Makefile: GCC80 does not exist

(cherry picked from commit eacf89e309)
This commit is contained in:
Alam Ed Arias 2019-08-08 22:34:09 -04:00 committed by James R
parent 42f71c0278
commit ef022ef72c
1 changed files with 1 additions and 1 deletions

View File

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