Skip to content

Commit dedcbb9

Browse files
committed
Fix typo
Change-Id: If1f6a1948536f4774756952d2cd4a98cd0a39d2c
1 parent b5a6d9a commit dedcbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ if ("${COMPILER_FAMILY}" STREQUAL "clang")
105105
# Cython warnings in clang
106106
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-parentheses-equality")
107107
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-constant-logical-operand")
108-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-missing_declarations")
108+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-missing-declarations")
109109

110110
# We have public Cython APIs which return C++ types, which are in an extern
111111
# "C" blog (no symbol mangling) and clang doesn't like this

0 commit comments

Comments
 (0)