Skip to content

Commit 2ceb54f

Browse files
committed
Merge: Really fixes #7049.
[SVN r82556]
1 parent e8e5380 commit 2ceb54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/program_options/errors.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ namespace boost { namespace program_options {
250250
}
251251

252252
/** Does NOT set option name, because no option name makes sense */
253-
virtual void set_option_name(const std::string& option_name){}
253+
virtual void set_option_name(const std::string&) {}
254254

255255
~error_with_no_option_name() throw() {}
256256
};

0 commit comments

Comments
 (0)