From c0d7b57388e39926595182a378ee337389ad9cc6 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 25 Oct 2021 01:53:10 +0100 Subject: [PATCH] Disable -Wall for LZMA, too chatty. --- 3rdparty/lzma.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/lzma.cmake b/3rdparty/lzma.cmake index 10051a4..1c6002b 100644 --- a/3rdparty/lzma.cmake +++ b/3rdparty/lzma.cmake @@ -40,7 +40,7 @@ if("${CMAKE_C_COMPILER_ID}" MATCHES "AppleClang" OR "${CMAKE_C_COMPILER_ID}" MAT target_compile_definitions(lzma PUBLIC USE_CLANG) endif() -target_compile_options(lzma PUBLIC -Wall) +#target_compile_options(lzma PUBLIC -Wall) #target_compile_options(lzma PUBLIC -Werror) target_compile_definitions(lzma PUBLIC $<$:-DABI_LINUX>)