Browse Source

imagerylib: C compliance (trunk, https://trac.osgeo.org/grass/changeset/67258)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@67264 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 years ago
parent
commit
e59c2918d6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/imagery/iscatt_core.c

+ 2 - 2
lib/imagery/iscatt_core.c

@@ -373,7 +373,7 @@ int I_insert_patch_to_cat_rast(const char *patch_rast,
    		which are modified according to values in belongs_pix 
    		(represents scatter plot category)
  */
-static inline void update_cat_scatt_plts(struct rast_row *bands_rows,
+static void update_cat_scatt_plts(struct rast_row *bands_rows,
 					 unsigned short *belongs_pix,
 					 struct scScatts *scatts)
 {
@@ -451,7 +451,7 @@ static inline void update_cat_scatt_plts(struct rast_row *bands_rows,
    \return  0 on success
    \return -1 on failure
  */
-static inline int compute_scatts_from_chunk_row(struct scCats *scatt_conds,
+static int compute_scatts_from_chunk_row(struct scCats *scatt_conds,
 						FILE ** f_cats_rasts_conds,
 						struct rast_row *bands_rows,
 						struct scCats *scatts,