From 00859f9118c59ba419dc08162438a0246af34659 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sun, 12 Nov 2017 17:38:08 +0100 Subject: Fix callback signature in testapi.c --- testapi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testapi.c b/testapi.c index 168ceb67..fe42a379 100644 --- a/testapi.c +++ b/testapi.c @@ -737,7 +737,8 @@ static void des_xmlSchemaValidCtxtPtr(int no ATTRIBUTE_UNUSED, xmlSchemaValidCtx #define gen_nb_xmlHashDeallocator 2 static void -test_xmlHashDeallocator(void *payload ATTRIBUTE_UNUSED, xmlChar *name ATTRIBUTE_UNUSED) { +test_xmlHashDeallocator(void *payload ATTRIBUTE_UNUSED, + const xmlChar *name ATTRIBUTE_UNUSED) { } static xmlHashDeallocator gen_xmlHashDeallocator(int no, int nr ATTRIBUTE_UNUSED) { -- cgit v1.2.1