mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
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:
parent
04993240d9
commit
9f19f32536
@ -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()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user