Changes between Initial Version and Version 3 of Ticket #6582


Ignore:
Timestamp:
Jul 18, 2013, 8:37:08 AM (9 years ago)
Author:
Mateusz Loskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6582 – Description

    initial v3  
    11Using the property json parser, in particular boost::property_tree::read_json(...), among probably other case, produces an "unused parameter 'e'" warning as follows:
    22
     3{{{
    34... <template instantiation omitted for brevity >....
    45
    56../../src/my_source.cc:ln:   instantiated from here
    67/...fullpath.../include/boost/property_tree/detail/json_parser_read.hpp:115: warning: unused parameter ‘e’
     8}}}
    79
    810This prevents the use of the -Werror flag during compilation.