From 732ad42a164b5a7f99aa8cef9af5486db8490abf Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 3 Feb 2025 01:17:15 +0100 Subject: [PATCH] build: no -Werror for the time being --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf6297a8..2316a48b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -660,9 +660,9 @@ foreach(tgt ${LIBDWARFS_TARGETS} ${LIBDWARFS_OBJECT_TARGETS} dwarfs_test_helpers -Wpointer-arith -Wformat=2 ) - if(DWARFS_GIT_BUILD) - target_compile_options(${tgt} PRIVATE -Werror) - endif() + # if(DWARFS_GIT_BUILD) + # target_compile_options(${tgt} PRIVATE -Werror) + # endif() endif() if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")