1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-12-24 07:28:10 +00:00

Get rid of the compiler warnings caused by LZMA SDK

This commit is contained in:
jsteube 2019-01-18 08:34:36 +01:00
parent 02bdf8dda3
commit 05b71b6bc0

View File

@ -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