aboutsummaryrefslogtreecommitdiffstats
path: root/include/libxml/xmlerror.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/xmlerror.h')
-rw-r--r--include/libxml/xmlerror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libxml/xmlerror.h b/include/libxml/xmlerror.h
index 43e68ca5..037c16d5 100644
--- a/include/libxml/xmlerror.h
+++ b/include/libxml/xmlerror.h
@@ -937,7 +937,7 @@ XMLPUBFUN void XMLCALL
int code,
xmlNodePtr node,
const char *msg,
- const char *extra);
+ const char *extra) LIBXML_ATTR_FORMAT(4,0);
#endif
#ifdef __cplusplus
}