Changeset: a63745ee2230 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/a63745ee2230
Modified Files:
monetdb5/modules/atoms/xml.c
Branch: default
Log Message:
Also the other XMLprelude should be adapted.
diffs (13 lines):
diff --git a/monetdb5/modules/atoms/xml.c b/monetdb5/modules/atoms/xml.c
--- a/monetdb5/modules/atoms/xml.c
+++ b/monetdb5/modules/atoms/xml.c
@@ -817,8 +817,7 @@ size_t XMLunquotestring(const char **p,
(void) buf;
return 0;
}
-str XMLprelude(void *ret) {
- (void) ret;
+str XMLprelude(void) {
return MAL_SUCCEED; /* to not break init */
}
str XMLepilogue(void *ret) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]