Uploaded image for project: 'Xerces-C++'
  1. Xerces-C++
  2. XERCESC-1023

Warnings when building on SGI IRIX

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Resolution: Fixed
    • 2.3.0
    • 2.4.0
    • Build
    • None
    • Operating System: Other
      Platform: Other
    • 23875

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            nhs@llnl.gov Norm Samuelson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: