Changes between Initial Version and Version 3 of Ticket #6582
- Timestamp:
- Jul 18, 2013, 8:37:08 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6582 – Description
initial v3 1 1 Using the property json parser, in particular boost::property_tree::read_json(...), among probably other case, produces an "unused parameter 'e'" warning as follows: 2 2 3 {{{ 3 4 ... <template instantiation omitted for brevity >.... 4 5 5 6 ../../src/my_source.cc:ln: instantiated from here 6 7 /...fullpath.../include/boost/property_tree/detail/json_parser_read.hpp:115: warning: unused parameter ‘e’ 8 }}} 7 9 8 10 This prevents the use of the -Werror flag during compilation.