From 6223a5667ac816c8a4c2ef143961966922aa73f8 Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Thu, 8 Dec 2022 17:09:31 +0100 Subject: [PATCH] Fix clang14 warnings with unrar --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index d91a2ede0..d59a69c5c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -229,6 +229,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-deprecated-declarations #Not supported on macOS 12.3 #CFLAGS_UNRAR += -Wno-format-overflow #Added hashcat 7.0.0