$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: hartmut.kaiser_at_[hidden]
Date: 2008-04-26 21:04:26
Author: hkaiser
Date: 2008-04-26 21:04:25 EDT (Sat, 26 Apr 2008)
New Revision: 44794
URL: http://svn.boost.org/trac/boost/changeset/44794
Log:
Fusion: Fixed a VC level 4 warning
Text files modified: 
   trunk/boost/fusion/container/list/detail/end_impl.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/fusion/container/list/detail/end_impl.hpp
==============================================================================
--- trunk/boost/fusion/container/list/detail/end_impl.hpp	(original)
+++ trunk/boost/fusion/container/list/detail/end_impl.hpp	2008-04-26 21:04:25 EDT (Sat, 26 Apr 2008)
@@ -39,7 +39,7 @@
                 type;
     
                 static type
-                call(Sequence& t)
+                call(Sequence&)
                 {
                     return type();
                 }