From 60a38cbec3eb5659ccb4f23c00c66758c50e3fd2 Mon Sep 17 00:00:00 2001 From: James R Date: Tue, 31 Mar 2020 15:49:49 -0700 Subject: [PATCH] Even the warning can die, give the programmer some credit (cherry picked from commit 6d67b7c3269d2530cfcd7a93cfde401e09d04138) --- src/Makefile.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.cfg b/src/Makefile.cfg index 8402e349..ff4d2bac 100644 --- a/src/Makefile.cfg +++ b/src/Makefile.cfg @@ -222,7 +222,7 @@ endif ifdef GCC71 WFLAGS+=-Wno-error=implicit-fallthrough WFLAGS+=-Wno-implicit-fallthrough - WFLAGS+=-Wno-error=format-truncation + WFLAGS+=-Wno-format-truncation endif ifdef GCC80 WFLAGS+=-Wno-error=format-overflow