timcoleman opened a new issue, #179:
URL: https://github.com/apache/logging-log4cxx/issues/179

   When compiled with -Wpedantic, g++ complains of extra semicolons in 
include/log4cxx/pattern/patternconverter.h in this section:
   
   ```
                DECLARE_LOG4CXX_PATTERN(PatternConverter);
                BEGIN_LOG4CXX_CAST_MAP();
                LOG4CXX_CAST_ENTRY(PatternConverter);
                END_LOG4CXX_CAST_MAP();
   ```
   
   since the defines already include semicolons. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to