mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 15:18:16 +00:00
Deal with compiler warning in unrar sources on macOS 12.3
This commit is contained in:
parent
4f6a1498c2
commit
5436f0d43e
@ -227,6 +227,7 @@ CFLAGS_UNRAR += -Wno-parentheses
|
||||
CFLAGS_UNRAR += -Wno-implicit-fallthrough
|
||||
CFLAGS_UNRAR += -Wno-extra
|
||||
CFLAGS_UNRAR += -Wno-unknown-pragmas
|
||||
CFLAGS_UNRAR += -Wno-unused-but-set-variable
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user