build: -Wuseless-cast is a C++ warnings

This commit is contained in:
Marcus Holland-Moritz 2024-12-03 21:17:37 +01:00
parent 5202677d6c
commit 9df98e69f0

View File

@ -668,7 +668,7 @@ foreach(tgt ${LIBDWARFS_TARGETS} ${LIBDWARFS_OBJECT_TARGETS} dwarfs_test_helpers
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
target_compile_options(${tgt} PRIVATE
-Wuseless-cast
$<$<COMPILE_LANGUAGE:CXX>:-Wuseless-cast>
-Wlogical-op
-Wduplicated-cond
-Wduplicated-branches