mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-23 23:19:09 +00:00
Get rid of the compiler warnings caused by LZMA SDK
This commit is contained in:
parent
02bdf8dda3
commit
05b71b6bc0
@ -180,6 +180,11 @@ CFLAGS += -Wall
|
||||
CFLAGS += -Wextra
|
||||
endif
|
||||
|
||||
## because LZMA SDK
|
||||
ifeq ($(CC),clang)
|
||||
CFLAGS += -Wno-enum-conversion
|
||||
endif
|
||||
|
||||
## is very annoying during refactor
|
||||
CFLAGS += -Wno-unused-variable
|
||||
CFLAGS += -Wno-unused-function
|
||||
|
Loading…
Reference in New Issue
Block a user