From 985252e283db6b138636a31c80d9f7d14cbe6683 Mon Sep 17 00:00:00 2001 From: Jukka Ojanen Date: Thu, 26 Aug 2021 13:46:37 +0300 Subject: [PATCH] Silence GCC misleading indentation warning for LZMA SDK --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 221744699..154407343 100644 --- a/src/Makefile +++ b/src/Makefile @@ -194,6 +194,7 @@ endif ifeq ($(USE_SYSTEM_LZMA),0) CFLAGS_LZMA += -D_7ZIP_ST +CFLAGS_LZMA += -Wno-misleading-indentation endif ## because ZLIB