1
0
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:
Jens Steube 2022-04-05 15:43:13 +02:00
parent 4f6a1498c2
commit 5436f0d43e

View File

@ -227,6 +227,7 @@ CFLAGS_UNRAR += -Wno-parentheses
CFLAGS_UNRAR += -Wno-implicit-fallthrough CFLAGS_UNRAR += -Wno-implicit-fallthrough
CFLAGS_UNRAR += -Wno-extra CFLAGS_UNRAR += -Wno-extra
CFLAGS_UNRAR += -Wno-unknown-pragmas CFLAGS_UNRAR += -Wno-unknown-pragmas
CFLAGS_UNRAR += -Wno-unused-but-set-variable
endif endif
endif endif