tests: Add missing static to address compiler warning

Warning was:
runtests.c:112:1: warning: no previous prototype for ‘tcase_add_test__ifdef_xml_dtd’ [-Wmissing-prototypes]
This commit is contained in:
Sebastian Pipping 2020-10-03 00:41:22 +02:00
parent 10155503c6
commit cdeadf8522

View File

@ -108,7 +108,7 @@ typedef unsigned __int64 uint64_t;
static XML_Parser g_parser = NULL;
void
static void
tcase_add_test__ifdef_xml_dtd(TCase *tc, tcase_test_function test) {
#ifdef XML_DTD
tcase_add_test(tc, test);