1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Fix harmless compiler warnings in test code. No changes to the core.

FossilOrigin-Name: 16f83fec77668c021694fbb189b415bd3b90adc8
This commit is contained in:
drh
2011-08-25 18:54:46 +00:00
parent d7f6e906db
commit 860e332cdc
5 changed files with 14 additions and 12 deletions

View File

@@ -18,6 +18,7 @@
/* Solely for the UNUSED_PARAMETER() macro. */
#include "sqliteInt.h"
#ifdef SQLITE_ENABLE_RTREE
/*
** Type used to cache parameter information for the "circle" r-tree geometry
** callback.
@@ -230,6 +231,7 @@ static int cube_geom(
return SQLITE_OK;
}
#endif /* SQLITE_ENABLE_RTREE */
static int register_cube_geom(
void * clientData,