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 b5a6d9a commit dedcbb9Copy full SHA for dedcbb9
python/CMakeLists.txt
@@ -105,7 +105,7 @@ if ("${COMPILER_FAMILY}" STREQUAL "clang")
105
# Cython warnings in clang
106
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-parentheses-equality")
107
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-constant-logical-operand")
108
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-missing_declarations")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-missing-declarations")
109
110
# We have public Cython APIs which return C++ types, which are in an extern
111
# "C" blog (no symbol mangling) and clang doesn't like this
0 commit comments