]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove unused named parameter in bundled boost
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 22 Oct 2017 13:06:09 +0000 (15:06 +0200)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Sun, 22 Oct 2017 13:45:36 +0000 (15:45 +0200)
bundled/boost-1.62.0/include/boost/property_tree/ptree_serialization.hpp

index a8181ca3b79f7b8bb57b4c6c7e5df552ca91ff84..788a6a0371693f56e300db8ae928c7f5e5c94642 100644 (file)
@@ -41,7 +41,7 @@ namespace boost { namespace property_tree
     template<class Archive, class K, class D, class C>
     inline void save(Archive &ar,
                      const basic_ptree<K, D, C> &t,
-                     const unsigned int file_version)
+                     const unsigned int /*file_version*/)
     {
         using namespace boost::serialization;
         stl::save_collection<Archive, basic_ptree<K, D, C> >(ar, t);
@@ -99,7 +99,7 @@ namespace boost { namespace property_tree
     template<class Archive, class K, class D, class C>
     inline void load(Archive &ar,
                      basic_ptree<K, D, C> &t,
-                     const unsigned int file_version)
+                     const unsigned int /*file_version*/)
     {
         namespace bsl = 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.