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 03dc4cd commit 138d98bCopy full SHA for 138d98b
CMakeLists.txt
@@ -40,6 +40,10 @@ else()
40
message(WARNING "Unknown compiler... recklessly proceeding without a version check")
41
endif()
42
43
+if(CMAKE_SYSTEM_PROCESSOR STREQUAL "ppc64le")
44
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-maybe-uninitialized")
45
+endif()
46
+
47
# All of our target compilers support the deprecated
48
# attribute. Normally, we would just let the GenerateExportHeader
49
# subsystem do this via configure check, but there appears to be a
0 commit comments