You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "John Keeping (JIRA)" <xa...@xml.apache.org> on 2009/02/02 17:09:59 UTC

[jira] Created: (XALANC-687) Remove compiler warning from XalanVector.hpp with GCC 4.3

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-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org