mirror of
https://github.com/GNOME/libxml2.git
synced 2025-03-31 19:10:28 +08: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:
parent
da27174001
commit
09628210bd
@ -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>
|
||||
|
||||
* doc/xmllint.xml
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user