]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Disable warnings caused by a bug in Debian's openmpi library. 1961/head
authorJonathan Perry-Houts <jperryh2@uoregon.edu>
Tue, 8 Dec 2015 03:36:27 +0000 (19:36 -0800)
committerJonathan Perry-Houts <jperryh2@uoregon.edu>
Tue, 8 Dec 2015 03:36:27 +0000 (19:36 -0800)
cmake/setup_compiler_flags_gnu.cmake

index 96246f36839bf446dbd920df43f446876d974173..4cccd5356122ea8c85c7fcde3da6387719393712 100644 (file)
@@ -77,6 +77,11 @@ ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wno-long-long")
 #
 ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wno-deprecated-declarations")
 
+#
+# Disable warning generated by Debian version of openmpi
+#
+ENABLE_IF_SUPPORTED(DEAL_II_CXX_FLAGS "-Wno-literal-suffix")
+
 IF(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
   #
   # Silence Clang warnings about unused compiler parameters (works around a

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.