Skip to content

Commit 910ae77

Browse files
christianrauchchristian-rauch
authored andcommitted
change to "-Wno-uninitialized" for macOS
1 parent 3bf1b6a commit 910ae77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pango_python/CMakeLists.txt

+1-1
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)