1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

trivial fix for 109774 removing a warning Daniel

* xmlschemastypes.c: trivial fix for 109774 removing a warning
Daniel
This commit is contained in:
Daniel Veillard
2003-04-23 15:18:26 +00:00
parent 85095e2c07
commit 18f113da8c
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
* xmlschemastypes.c: trivial fix for 109774 removing a warning
Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
* DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find

View File

@ -3046,8 +3046,6 @@ xmlSchemaCompareValues(xmlSchemaValPtr x, xmlSchemaValPtr y) {
(y->type == XML_SCHEMAS_DOUBLE))
return (xmlSchemaCompareFloats(x, y));
return (-2);
TODO
break;
case XML_SCHEMAS_BOOLEAN:
if (y->type == XML_SCHEMAS_BOOLEAN) {
if (x->value.b == y->value.b)