$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82556 - branches/release/boost/program_options
From: ghost_at_[hidden]
Date: 2013-01-20 02:13:56
Author: vladimir_prus
Date: 2013-01-20 02:13:55 EST (Sun, 20 Jan 2013)
New Revision: 82556
URL: http://svn.boost.org/trac/boost/changeset/82556
Log:
Merge: Really fixes #7049.
Properties modified: 
   branches/release/boost/program_options/   (props changed)
Text files modified: 
   branches/release/boost/program_options/errors.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/release/boost/program_options/errors.hpp
==============================================================================
--- branches/release/boost/program_options/errors.hpp	(original)
+++ branches/release/boost/program_options/errors.hpp	2013-01-20 02:13:55 EST (Sun, 20 Jan 2013)
@@ -250,7 +250,7 @@
         }
 
         /** Does NOT set option name, because no option name makes sense */
-        virtual void set_option_name(const std::string& option_name){}
+        virtual void set_option_name(const std::string&) {}
 
         ~error_with_no_option_name() throw() {}
     };