aCC A.03.15 on HP-UX B.11.00 gives the following warning about a cast
in IDOMParser.hpp:

Warning 740: "<include base dir>/xercesc/parsers/IDOMParser.hpp", line
1589 # Unsafe cast between pointers/references to incomplete classes:
casting 'IDOM_Document *' to 'IDDocumentImpl *'.
    fDocument = (IDDocumentImpl *)toSet;

Is this an issue or just because Xerces can't use new-style casts?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to