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:
parent
10155503c6
commit
cdeadf8522
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user