Warnings when compiling with GCC 4. ----------------------------------- Key: XALANC-718 URL: https://issues.apache.org/jira/browse/XALANC-718 Project: XalanC Issue Type: Improvement Components: XalanC Affects Versions: 1.10 Environment: Linux and GCC4 Reporter: Kris Assignee: Brian Minchau Priority: Minor Fix For: 1.10
When I compile my project I get warnings like "warning: suggest parentheses around && within ||", source of those warnings is in XalanC. It is a bit problematic, because I want to have my build as clean as possible, so I use flags "-Wall -Werror -pedantic". In this case compiler produces errors instead of warnings which breaks my build. I tried to fix all occurrences of the warning. Now whole XalanC project should compile with the flags mentioned above (also tests and samples). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org For additional commands, e-mail: xalan-dev-h...@xml.apache.org