diff --git a/ChangeLog b/ChangeLog index caca93ad..a277707c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 25 16:07:00 CET 2003 Daniel Veillard + + * xmlschemastypes.c: removing a warning with Sun compiler + bug #109154 + Tue Mar 25 07:02:56 MST 2003 John Fleck * doc/xmllint.xml diff --git a/xmlschemastypes.c b/xmlschemastypes.c index cb29a557..de4dd84f 100644 --- a/xmlschemastypes.c +++ b/xmlschemastypes.c @@ -1661,11 +1661,9 @@ xmlSchemaValPredefTypeNode(xmlSchemaTypePtr type, const xmlChar *value, attr->atype = XML_ATTRIBUTE_ENTITY; } return(ret); - } else { - TODO - return(0); } - return(-1); + TODO + return(0); } /**