build: no -Werror for the time being

This commit is contained in:
Marcus Holland-Moritz 2025-02-03 01:17:15 +01:00
parent 9b7a1b939e
commit 732ad42a16

View File

@ -660,9 +660,9 @@ foreach(tgt ${LIBDWARFS_TARGETS} ${LIBDWARFS_OBJECT_TARGETS} dwarfs_test_helpers
-Wpointer-arith -Wpointer-arith
-Wformat=2 -Wformat=2
) )
if(DWARFS_GIT_BUILD) # if(DWARFS_GIT_BUILD)
target_compile_options(${tgt} PRIVATE -Werror) # target_compile_options(${tgt} PRIVATE -Werror)
endif() # endif()
endif() endif()
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")