]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bundled: avoid a warning in boost::serialization 14497/head
authorMatthias Maier <tamiko@43-1.org>
Tue, 29 Nov 2022 17:21:40 +0000 (11:21 -0600)
committerMatthias Maier <tamiko@43-1.org>
Tue, 29 Nov 2022 17:26:30 +0000 (11:26 -0600)
bundled/boost-1.70.0/libs/serialization/src/CMakeLists.txt

index b43910b3318b7ac87118cb6ca3cfa56e33b5da94..8994ed57bee3c735ab241fcb549fc9e489cfcb8c 100644 (file)
@@ -59,7 +59,8 @@ set(src_boost_serialization
   xml_wiarchive.cpp
   xml_woarchive.cpp
   )
-enable_if_supported(DEAL_II_CXX_FLAGS -Wno-deprecated-copy)
 enable_if_supported(DEAL_II_CXX_FLAGS -Wno-c11-extensions)
+enable_if_supported(DEAL_II_CXX_FLAGS -Wno-deprecated-copy)
+enable_if_supported(DEAL_II_CXX_FLAGS -Wno-uninitialized)
 
 deal_ii_add_library(obj_boost_serialization OBJECT ${src_boost_serialization})

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.