mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
build: no -Werror for the time being
This commit is contained in:
parent
9b7a1b939e
commit
732ad42a16
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user