Merge pull request #3528 from matrix/clang14_unrar_warnings

Fix clang14 warnings with unrar
pull/3536/head
Jens Steube 2 years ago committed by GitHub
commit c2a6c263fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save