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:
2
valid.c
2
valid.c
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user