mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +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:
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user