Resolves compile warnings (#4652)
* Fixes #4649. * Resolves some compile warnings for the mapcache and csv2yaml tools. Thanks to @reigneil!
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user