mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
Use -Wno-format-overflow cflags for unrar sources on non-clang compiler
This commit is contained in:
parent
d6879fdc50
commit
8d044fa07f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user