mirror of
https://github.com/aaru-dps/Aaru.Compression.Native.git
synced 2025-12-16 19:24:31 +00:00
Disable -Wall for LZMA, too chatty.
This commit is contained in:
2
3rdparty/lzma.cmake
vendored
2
3rdparty/lzma.cmake
vendored
@@ -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>)
|
||||
|
||||
Reference in New Issue
Block a user