summaryrefslogtreecommitdiff
path: root/boost/date_time/posix_time/time_serialize.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/date_time/posix_time/time_serialize.hpp')
-rw-r--r--boost/date_time/posix_time/time_serialize.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/date_time/posix_time/time_serialize.hpp b/boost/date_time/posix_time/time_serialize.hpp
index 3279d8d55d..8650ae1da9 100644
--- a/boost/date_time/posix_time/time_serialize.hpp
+++ b/boost/date_time/posix_time/time_serialize.hpp
@@ -6,7 +6,7 @@
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
* Author: Jeff Garland, Bart Garst
- * $Date: 2012-07-27 11:15:55 -0700 (Fri, 27 Jul 2012) $
+ * $Date$
*/
#include "boost/date_time/posix_time/posix_time.hpp"
@@ -184,7 +184,7 @@ void load(Archive & ar,
//!override needed b/c no default constructor
template<class Archive>
-inline void load_construct_data(Archive & ar,
+inline void load_construct_data(Archive & /*ar*/,
boost::posix_time::time_period* tp,
const unsigned int /*file_version*/)
{