[mapserver-commits] r9662 - trunk/mapserver
svn at osgeo.org
svn at osgeo.org
Mon Jan 4 10:13:21 EST 2010
Author: assefa
Date: 2010-01-04 10:13:18 -0500 (Mon, 04 Jan 2010)
New Revision: 9662
Modified:
trunk/mapserver/mapows.c
trunk/mapserver/mapwms.c
Log:
fix build warnings
Modified: trunk/mapserver/mapows.c
===================================================================
--- trunk/mapserver/mapows.c 2010-01-04 15:01:43 UTC (rev 9661)
+++ trunk/mapserver/mapows.c 2010-01-04 15:13:18 UTC (rev 9662)
@@ -1874,7 +1874,6 @@
hashTableObj *metadata,
const char *namespaces, const char *name)
{
- int bValid = MS_FALSE;
char **tokens=NULL;
int i,n;
outputFormatObj *psFormat = NULL;
Modified: trunk/mapserver/mapwms.c
===================================================================
--- trunk/mapserver/mapwms.c 2010-01-04 15:01:43 UTC (rev 9661)
+++ trunk/mapserver/mapwms.c 2010-01-04 15:13:18 UTC (rev 9662)
@@ -1938,7 +1938,6 @@
char *pszTmp=NULL;
int i;
const char *format_list=NULL;
- char *final_format_list=NULL;
char **tokens = NULL;
int numtokens = 0;
@@ -2847,7 +2846,6 @@
const char *encoding;
int query_layer = 0;
const char *format_list=NULL;
- outputFormatObj *psFormat=NULL;
int valid_format=MS_FALSE;
int format_found = MS_FALSE;
More information about the mapserver-commits
mailing list