From 81dc6c6a900effe817ddd7022c489499327eb1da Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Tue, 24 May 2022 15:31:29 +0200 Subject: [PATCH] Workaround GCC 12 warning in unrar sources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit deps/unrar/pathfn.cpp: In Function »void GenArcName(wchar*, size_t, const wchar*, uint, bool&)«: --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 1c35b18f9..19e1216ca 100644 --- a/src/Makefile +++ b/src/Makefile @@ -228,6 +228,7 @@ CFLAGS_UNRAR += -Wno-implicit-fallthrough CFLAGS_UNRAR += -Wno-extra CFLAGS_UNRAR += -Wno-unknown-pragmas CFLAGS_UNRAR += -Wno-unused-but-set-variable +CFLAGS_UNRAR += -Wno-format-overflow endif endif