Skip to content

Commit f111040

Browse files
committed
Really fixes #7049.
[SVN r79477]
1 parent a9993a8 commit f111040

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)