mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-30 22:43:14 +03:00
removing a warning with Sun compiler bug #109154 Daniel
* xmlschemastypes.c: removing a warning with Sun compiler bug #109154 Daniel
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* xmlschemastypes.c: removing a warning with Sun compiler
|
||||||
|
bug #109154
|
||||||
|
|
||||||
Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
|
Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
|
||||||
|
|
||||||
* doc/xmllint.xml
|
* doc/xmllint.xml
|
||||||
|
@ -1661,11 +1661,9 @@ xmlSchemaValPredefTypeNode(xmlSchemaTypePtr type, const xmlChar *value,
|
|||||||
attr->atype = XML_ATTRIBUTE_ENTITY;
|
attr->atype = XML_ATTRIBUTE_ENTITY;
|
||||||
}
|
}
|
||||||
return(ret);
|
return(ret);
|
||||||
} else {
|
|
||||||
TODO
|
|
||||||
return(0);
|
|
||||||
}
|
}
|
||||||
return(-1);
|
TODO
|
||||||
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user