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:
@ -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>
|
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
|
* DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
|
||||||
|
@ -3046,8 +3046,6 @@ xmlSchemaCompareValues(xmlSchemaValPtr x, xmlSchemaValPtr y) {
|
|||||||
(y->type == XML_SCHEMAS_DOUBLE))
|
(y->type == XML_SCHEMAS_DOUBLE))
|
||||||
return (xmlSchemaCompareFloats(x, y));
|
return (xmlSchemaCompareFloats(x, y));
|
||||||
return (-2);
|
return (-2);
|
||||||
TODO
|
|
||||||
break;
|
|
||||||
case XML_SCHEMAS_BOOLEAN:
|
case XML_SCHEMAS_BOOLEAN:
|
||||||
if (y->type == XML_SCHEMAS_BOOLEAN) {
|
if (y->type == XML_SCHEMAS_BOOLEAN) {
|
||||||
if (x->value.b == y->value.b)
|
if (x->value.b == y->value.b)
|
||||||
|
Reference in New Issue
Block a user