[Expat-bugs] [ expat-Bugs-1060896 ] enum XML_Error <-> XML_Status in xmlparse.c

SourceForge.net noreply at sourceforge.net
Fri Nov 5 13:23:37 CET 2004


Bugs item #1060896, was opened at 2004-11-05 04:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1060896&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: enum XML_Error <-> XML_Status in xmlparse.c

Initial Comment:
Hi!

compiling expat_1.95.8 on HP_UX 11.00 with aCC i get
errors in file xmlparse.c
  in function
  XML_ParseBuffer() (line 1548)
  and XML_ResumeParser() (line 1701)
caused by the assignment of enums XML_Status assigned
to variable enum XML_Error result, but returning enum
XML_Status as mentioned in the function declaration. I
guess XML_Error should be XML_Status in this case.

Greetings
Jörg

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1060896&group_id=10127


More information about the Expat-bugs mailing list