aboutsummaryrefslogtreecommitdiff
path: root/src/pj_apply_gridshift.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2015-05-29 23:13:36 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2015-05-30 21:12:51 -0400
commitbd79986dccb136271800a08ee2548f77c435a863 (patch)
tree9ab470c022c1e1c78e1e3d7c34425038d7eaf057 /src/pj_apply_gridshift.c
parentbc68930723d48f2669d6bd9ebe176614e9dd893d (diff)
downloadPROJ-bd79986dccb136271800a08ee2548f77c435a863.tar.gz
PROJ-bd79986dccb136271800a08ee2548f77c435a863.zip
Fix unused function argument warnings.
Diffstat (limited to 'src/pj_apply_gridshift.c')
-rw-r--r--src/pj_apply_gridshift.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pj_apply_gridshift.c b/src/pj_apply_gridshift.c
index a9441b5e..521db709 100644
--- a/src/pj_apply_gridshift.c
+++ b/src/pj_apply_gridshift.c
@@ -119,6 +119,7 @@ int pj_apply_gridshift_3( projCtx ctx, PJ_GRIDINFO **tables, int grid_count,
{
int i;
static int debug_count = 0;
+ (void) z;
if( tables == NULL || grid_count == 0 )
{