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/12/16 22:42:48 UTC

DO NOT REPLY [Bug 25574] New: - App on IRIX fails to compile with 2.4.0 include file

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=25574>.
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=25574

App on IRIX fails to compile with 2.4.0 include file

           Summary: App on IRIX fails to compile with 2.4.0 include file
           Product: Xerces-C++
           Version: 2.4.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Build
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: kschultz@rsinc.com


The compiler message is:

cc-1460 CC: WARNING File 
= ......../xercesc_2_4_0/validators/schema/SchemaAttDef.hpp, Line = 419
  Function function "SchemaAttDef::getValidationAttempted" is redeclared
          "inline" after being called.

  inline PSVIDefs::Validation SchemaAttDef::getValidationAttempted() const {

end compiler message

IRIX 6.5 with MIPSpro Compilers: Version 7.30

I fixed this by adding inline to the function prototype at line 194.
Also had to do it for getTypeAnonymous at line 218 and getMemberTypeAnonymous 
at line 238.

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