Use -Wno-format-overflow cflags for unrar sources on non-clang compiler

pull/3598/head
jsteube 1 year ago
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…
Cancel
Save