From 36bfeea8dce26144f9c9fe11d39542fadf8ffd18 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sat, 26 Aug 2023 22:57:06 +0200 Subject: [PATCH] Silence spurious GCC warning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 611ebd1b..6b005f31 100644 --- a/Makefile +++ b/Makefile @@ -230,7 +230,7 @@ develop: -Wstringop-overflow=4 -Wstrict-overflow=5 -Wundef -Wuninitialized -Wunused \ -Wshadow \ -Wformat=2 -Wformat-overflow=2 -Wformat-truncation=1 \ - -Wno-format-nonliteral \ + -Wno-format-nonliteral -Wno-strict-overflow \ -Wno-type-limits -Wno-tautological-constant-out-of-range-compare \ -Wvla \ -Wno-unknown-warning-option \