Details
Description
Anything that includes xercesc/dom/DOM.hpp generates the following three
warnings from the SGI IRIX C++ compiler:
cc-3333 CC: WARNING File = xerces/v2.3.0/include/xercesc/util/XMemory.hpp, Line
= 119
Support for placement delete is disabled.
void operator delete(void* p, MemoryManager* memMgr);
^
cc-3303 CC: WARNING File =
xerces/v2.3.0/include/xercesc/dom/DOMInputSource.hpp, Line = 304
A type qualifier on a return type is meaningless.
virtual const bool getIssueFatalErrorIfNotFound() const = 0;
^
cc-3303 CC: WARNING File =
xerces/v2.3.0/include/xercesc/framework/XMLFormatter.hpp, Line = 431
A type qualifier on a return type is meaningless.
const void writeCharRef(const XMLCh &toWrite);
^