mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-14 11:48:57 +00:00
Workaround GCC 12 warning in unrar sources
deps/unrar/pathfn.cpp: In Function »void GenArcName(wchar*, size_t, const wchar*, uint, bool&)«:
This commit is contained in:
parent
5581665977
commit
81dc6c6a90
@ -228,6 +228,7 @@ CFLAGS_UNRAR += -Wno-implicit-fallthrough
|
||||
CFLAGS_UNRAR += -Wno-extra
|
||||
CFLAGS_UNRAR += -Wno-unknown-pragmas
|
||||
CFLAGS_UNRAR += -Wno-unused-but-set-variable
|
||||
CFLAGS_UNRAR += -Wno-format-overflow
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user