Skip to content

Commit

Permalink
r.mapcalc: fix -Wunused-variable compiler warning (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Nov 24, 2022
1 parent 635d35e commit 1adfa76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions raster/r.mapcalc/map.c
Expand Up @@ -75,7 +75,9 @@ struct map
static struct map *maps;
static int num_maps;
static int max_maps;
#ifdef HAVE_PTHREAD_H
static int masking;
#endif

static int min_row = INT_MAX;
static int max_row = -INT_MAX;
Expand Down

0 comments on commit 1adfa76

Please sign in to comment.