Resolves compile warnings (#4652)

* Fixes #4649.
* Resolves some compile warnings for the mapcache and csv2yaml tools.
Thanks to @reigneil!
This commit is contained in:
Aleos
2020-02-18 08:40:55 -05:00
committed by GitHub
parent 3800299213
commit 04a83ec774
2 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ struct map_info {
int read_map(char *name, struct map_data *m)
{
char filename[256];
unsigned char *gat, *rsw;
unsigned char *gat;
int water_height;
size_t xy, off, num_cells;