Remove compiler warning from XalanVector.hpp with GCC 4.3 ---------------------------------------------------------
Key: XALANC-687 URL: https://issues.apache.org/jira/browse/XALANC-687 Project: XalanC Issue Type: Improvement Components: XalanC Affects Versions: CurrentCVS Reporter: John Keeping Priority: Trivial With GCC 4.3's stricter checking, it spews out warnings suggesting parentheses around && within || at XalanVector.hpp:921. I realise that this is completely unnecessary, but with all the templating around this code just including XalanTransformer.hpp results in several pages of warnings from Xalan making it hard to see if anything's actually wrong in my code. Is there any chance you could add the parentheses to the code? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org For additional commands, e-mail: xalan-dev-h...@xml.apache.org