$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: bdawes_at_[hidden]
Date: 2007-09-18 17:01:27
Author: bemandawes
Date: 2007-09-18 17:01:26 EDT (Tue, 18 Sep 2007)
New Revision: 39375
URL: http://svn.boost.org/trac/boost/changeset/39375
Log:
quiet compiler warning
Text files modified:
trunk/boost/system/error_code.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/system/error_code.hpp
==============================================================================
--- trunk/boost/system/error_code.hpp (original)
+++ trunk/boost/system/error_code.hpp 2007-09-18 17:01:26 EDT (Tue, 18 Sep 2007)
@@ -431,7 +431,7 @@
return "error: should never be called";
}
- inline std::string error_category::message( int ev ) const
+ inline std::string error_category::message( int ) const
{
static std::string s("error: should never be called");
return s;