Skip to content

Commit 427d486

Browse files
change to "-Wno-uninitialized" for macOS
1 parent 019669d commit 427d486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pango_python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if(BUILD_PANGOLIN_PYTHON AND Python3_FOUND AND pybind11_FOUND)
7373

7474
if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
7575
# ignore "maybe-uninitialized" for Eigen
76-
target_compile_options(${COMPONENT} PRIVATE "-Wno-maybe-uninitialized")
76+
target_compile_options(${COMPONENT} PRIVATE "-Wno-uninitialized")
7777
endif()
7878

7979
PangolinRegisterFactory( InterpreterInterface PyInterpreter )

0 commit comments

Comments
 (0)