| Index: third_party/libxml/src/schematron.c
|
| diff --git a/third_party/libxml/src/schematron.c b/third_party/libxml/src/schematron.c
|
| index 458984ff8c87f3ab9dcc0c5ada81e2b44b4e04a8..6200f2d4130a9bc663378b1a278d11d70531db62 100644
|
| --- a/third_party/libxml/src/schematron.c
|
| +++ b/third_party/libxml/src/schematron.c
|
| @@ -245,7 +245,7 @@ xmlSchematronPErrMemory(xmlSchematronParserCtxtPtr ctxt,
|
| *
|
| * Handle a parser error
|
| */
|
| -static void
|
| +static void LIBXML_ATTR_FORMAT(4,0)
|
| xmlSchematronPErr(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr node, int error,
|
| const char *msg, const xmlChar * str1, const xmlChar * str2)
|
| {
|
|
|