From 57508fe823cff6b5ff56b2d6aeab5ad29cd73b22 Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Fri, 18 Nov 2011 23:53:41 +0000 Subject: Avoid unused warnings git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2119 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- src/pj_apply_vgridshift.c | 2 +- src/pj_mutex.c | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) (limited to 'src') diff --git a/src/pj_apply_vgridshift.c b/src/pj_apply_vgridshift.c index f4b80bd9..1570d7ff 100644 --- a/src/pj_apply_vgridshift.c +++ b/src/pj_apply_vgridshift.c @@ -78,7 +78,7 @@ int pj_apply_vgridshift( PJ *defn, const char *listname, for( i = 0; i < point_count; i++ ) { long io = i * point_offset; - LP input, output; + LP input; int itable; double value = HUGE_VAL; diff --git a/src/pj_mutex.c b/src/pj_mutex.c index 2e91f33f..39cedbc4 100644 --- a/src/pj_mutex.c +++ b/src/pj_mutex.c @@ -84,15 +84,6 @@ void pj_cleanup_lock() { } -/************************************************************************/ -/* pj_init_lock() */ -/************************************************************************/ - -static void pj_init_lock() - -{ -} - #endif // def MUTEX_stub /************************************************************************/ @@ -136,15 +127,6 @@ void pj_cleanup_lock() { } -/************************************************************************/ -/* pj_init_lock() */ -/************************************************************************/ - -static void pj_init_lock() - -{ -} - #endif // def MUTEX_pthread /************************************************************************/ -- cgit v1.2.3