Skip to content

Commit 74b7f98

Browse files
committed
compileroptions.cmake: disabled Clang warning -Wbitwise-instead-of-logical for now
1 parent 347000d commit 74b7f98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/compileroptions.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
9595
add_compile_options_safe(-Wno-tautological-type-limit-compare)
9696
add_compile_options_safe(-Wno-unused-member-function)
9797
add_compile_options(-Wno-disabled-macro-expansion)
98+
add_compile_options_safe(-Wno-bitwise-instead-of-logical) # TODO: fix these
9899

99100
# warnings we are not interested in
100101
add_compile_options(-Wno-four-char-constants)

0 commit comments

Comments
 (0)