summaryrefslogtreecommitdiff
path: root/boost/date_time/dst_rules.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/date_time/dst_rules.hpp')
-rw-r--r--boost/date_time/dst_rules.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/date_time/dst_rules.hpp b/boost/date_time/dst_rules.hpp
index 503a255f1d..32290190d9 100644
--- a/boost/date_time/dst_rules.hpp
+++ b/boost/date_time/dst_rules.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: 2008-02-27 12:00:24 -0800 (Wed, 27 Feb 2008) $
+ * $Date$
*/
/*! @file dst_rules.hpp
@@ -371,7 +371,7 @@ namespace boost {
return is_not_in_dst;
}
- static bool is_dst_boundary_day(date_type d)
+ static bool is_dst_boundary_day(date_type /*d*/)
{
return false;
}