[GRASS-SVN] r70829 - grass/trunk/include
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Apr 4 00:43:02 PDT 2017
Author: mmetz
Date: 2017-04-04 00:43:02 -0700 (Tue, 04 Apr 2017)
New Revision: 70829
Modified:
grass/trunk/include/gis.h
Log:
gis.h: reduce compiler warnings
Modified: grass/trunk/include/gis.h
===================================================================
--- grass/trunk/include/gis.h 2017-04-03 07:32:27 UTC (rev 70828)
+++ grass/trunk/include/gis.h 2017-04-04 07:43:02 UTC (rev 70829)
@@ -303,7 +303,7 @@
G_OPT_MAP_TYPE, /*!< The type of an input map: raster, vect, rast3d */
G_OPT_T_TYPE, /*!< The temporal type of a space time dataset */
G_OPT_T_WHERE, /*!< A temporal GIS framework SQL WHERE statement */
- G_OPT_T_SAMPLE, /*!< Temporal sample methods */
+ G_OPT_T_SAMPLE /*!< Temporal sample methods */
} STD_OPT;
@@ -320,7 +320,7 @@
{
G_FLG_UNDEFINED,
G_FLG_V_TABLE, /*!< do not create attribute table */
- G_FLG_V_TOPO, /*!< do not build topology */
+ G_FLG_V_TOPO /*!< do not build topology */
} STD_FLG;
/* Parser rules for G__option_rule() */
@@ -379,7 +379,7 @@
G_ELEMENT_ASCIIVECTOR = 4, /*!< ASCII vector */
G_ELEMENT_LABEL = 5, /*!< labels */
G_ELEMENT_REGION = 6, /*!< region */
- G_ELEMENT_GROUP = 7, /*!< group */
+ G_ELEMENT_GROUP = 7 /*!< group */
};
/*=========================== Typedefs/Structures ==========================*/
More information about the grass-commit
mailing list