Remove compile warning (#140)

When using `./configure CFLAGS="-Wall -O2 -g"` we get an "unused-function"
warning at compile time. This was raised by @strk in #130. This commit fixes
the issue.
This commit is contained in:
Éric Lemoine 2017-02-13 19:19:51 +01:00 committed by Sandro Santilli
parent 04993240d9
commit 9f19f32536

View File

@ -34,6 +34,7 @@ clean_suite(void)
return 0;
}
#ifdef HAVE_LAZPERF
static void
test_schema_compression_lazperf(void)
{
@ -50,7 +51,6 @@ test_schema_compression_lazperf(void)
pcfree(xmlstr);
}
#ifdef HAVE_LAZPERF
static void
test_patch_lazperf()
{