You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2003/10/17 00:47:47 UTC

DO NOT REPLY [Bug 23875] New: - Warnings when building on SGI IRIX

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23875>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23875

Warnings when building on SGI IRIX

           Summary: Warnings when building on SGI IRIX
           Product: Xerces-C++
           Version: 2.3.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: nhs@llnl.gov


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);
                 ^

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org