mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-14 11:48:57 +00:00
Fix clang14 warnings with unrar
This commit is contained in:
parent
8a81f6143a
commit
6223a5667a
@ -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…
Reference in New Issue
Block a user