We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347000d commit 74b7f98Copy full SHA for 74b7f98
cmake/compileroptions.cmake
@@ -95,6 +95,7 @@ elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang")
95
add_compile_options_safe(-Wno-tautological-type-limit-compare)
96
add_compile_options_safe(-Wno-unused-member-function)
97
add_compile_options(-Wno-disabled-macro-expansion)
98
+ add_compile_options_safe(-Wno-bitwise-instead-of-logical) # TODO: fix these
99
100
# warnings we are not interested in
101
add_compile_options(-Wno-four-char-constants)
0 commit comments