From: robertl Date: Thu, 5 Aug 2010 23:09:52 +0000 (+0000) Subject: Eliminate warning building without CSV. X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2~11^2~942 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c5a91d2008215a7ccdcc39d4138a1a1a46c8544a;p=gpsbabel.git Eliminate warning building without CSV. --- diff --git a/gpsbabel/csv_util.c b/gpsbabel/csv_util.c index ba2b6a720..4b9cfb97e 100644 --- a/gpsbabel/csv_util.c +++ b/gpsbabel/csv_util.c @@ -153,10 +153,10 @@ static double oldlat = 999; static int waypt_out_count; static route_head *csv_track, *csv_route; -#endif // CSVFMTS_ENABLED - static double utm_northing, utm_easting, utm_zone = 0; static char utm_zonec; +#endif // CSVFMTS_ENABLED + /*********************************************************************/ /* csv_stringclean() - remove any unwanted characters from string. */