Opened 10 years ago
Last modified 10 years ago
#7803 new Bugs
[program_options] boost/program_options/errors.hpp:253: warning: unused parameter ‘option_name’
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | To Be Determined | Component: | program_options |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | warning | Cc: |
Description
The following warning is present in boost.program_options, and the boost/program_options/errors.hpp:253: warning: unused parameter ‘option_name’
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | program_options_errors_warning.patch added |
---|
comment:1 by , 10 years ago
I see this problem on Ubuntu 12.04 with GCC 4.6.3. Is there any chance this fix is going into 1.53.0?
Note:
See TracTickets
for help on using tickets.
patch to fix warning