diff options
| author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-05-29 23:13:36 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2015-05-30 21:12:51 -0400 |
| commit | bd79986dccb136271800a08ee2548f77c435a863 (patch) | |
| tree | 9ab470c022c1e1c78e1e3d7c34425038d7eaf057 /src/pj_apply_gridshift.c | |
| parent | bc68930723d48f2669d6bd9ebe176614e9dd893d (diff) | |
| download | PROJ-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.c | 1 |
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 ) { |
