diff --git a/src/Makefile.cfg b/src/Makefile.cfg index 3bd4749e..a3baeedd 100644 --- a/src/Makefile.cfg +++ b/src/Makefile.cfg @@ -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