Disable -Wall for LZMA, too chatty.

This commit is contained in:
2021-10-25 01:53:10 +01:00
parent 4df9da8cde
commit c0d7b57388

2
3rdparty/lzma.cmake vendored
View File

@@ -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 $<$<COMPILE_LANGUAGE:ASM>:-DABI_LINUX>)