1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-23 01:52:48 +03:00

Remove XMLDECL macro from .c files

This commit is contained in:
Nick Wellnhofer
2022-12-08 02:43:17 +01:00
parent 06b7a7e05b
commit dd3569eaa5
11 changed files with 55 additions and 55 deletions

View File

@@ -7008,7 +7008,7 @@ xmlValidGetPotentialChildren(xmlElementContent *ctree,
/*
* Dummy function to suppress messages while we try out valid elements
*/
static void XMLCDECL xmlNoValidityErr(void *ctx ATTRIBUTE_UNUSED,
static void xmlNoValidityErr(void *ctx ATTRIBUTE_UNUSED,
const char *msg ATTRIBUTE_UNUSED, ...) {
return;
}