[mapserver-commits] r11119 - trunk/mapserver

svn at osgeo.org svn at osgeo.org
Tue Mar 8 16:28:25 EST 2011


Author: rouault
Date: 2011-03-08 13:28:25 -0800 (Tue, 08 Mar 2011)
New Revision: 11119

Modified:
   trunk/mapserver/mapogcfilter.c
   trunk/mapserver/mapserver.h
Log:
fix warnings

Modified: trunk/mapserver/mapogcfilter.c
===================================================================
--- trunk/mapserver/mapogcfilter.c	2011-03-08 21:16:48 UTC (rev 11118)
+++ trunk/mapserver/mapogcfilter.c	2011-03-08 21:28:25 UTC (rev 11119)
@@ -39,11 +39,6 @@
 
 #ifdef USE_OGR
 
-static int compare_ints( const void * a, const void * b)
-{
-    return (*(int*)a) - (*(int*)b);
-}
-
 int FLTIsNumeric(char *pszValue)
 {
     if (pszValue)

Modified: trunk/mapserver/mapserver.h
===================================================================
--- trunk/mapserver/mapserver.h	2011-03-08 21:16:48 UTC (rev 11118)
+++ trunk/mapserver/mapserver.h	2011-03-08 21:28:25 UTC (rev 11119)
@@ -2371,6 +2371,7 @@
 MS_DLL_EXPORT int msCopyClass(classObj *dst, classObj *src, layerObj *layer);
 MS_DLL_EXPORT int msCopyStyle(styleObj *dst, styleObj *src);
 MS_DLL_EXPORT int msCopyLabel(labelObj *dst, labelObj *src);
+int msCopyExpression(expressionObj *dst, expressionObj *src);
 
 /* ==================================================================== */
 /*      end prototypes for functions in mapcopy                         */



More information about the mapserver-commits mailing list