mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-24 23:48:39 +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
|
CFLAGS += -Wextra
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
## because LZMA SDK
|
||||||
|
ifeq ($(CC),clang)
|
||||||
|
CFLAGS += -Wno-enum-conversion
|
||||||
|
endif
|
||||||
|
|
||||||
## is very annoying during refactor
|
## is very annoying during refactor
|
||||||
CFLAGS += -Wno-unused-variable
|
CFLAGS += -Wno-unused-variable
|
||||||
CFLAGS += -Wno-unused-function
|
CFLAGS += -Wno-unused-function
|
||||||
|
Loading…
Reference in New Issue
Block a user