1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 08:08:10 +00:00

Use -Wno-format-overflow cflags for unrar sources on non-clang compiler

This commit is contained in:
jsteube 2023-01-26 12:27:14 +00:00
parent d6879fdc50
commit 8d044fa07f

View File

@ -216,6 +216,7 @@ ifeq ($(USE_SYSTEM_UNRAR),0)
ifneq ($(CC),clang)
CFLAGS_UNRAR += -Wno-class-memaccess
CFLAGS_UNRAR += -Wno-misleading-indentation
CFLAGS_UNRAR += -Wno-format-overflow
endif
CFLAGS_UNRAR += -Wno-missing-braces
CFLAGS_UNRAR += -Wno-unused-variable