fix warnings

This commit is contained in:
Jon Daniel 2006-01-15 17:07:38 +00:00
parent 004073640b
commit 24f3516b81

View file

@ -90,7 +90,7 @@ bool gamemap::is_keep(const gamemap::location& loc) const
return on_board(loc) && is_keep(get_terrain(loc));
}
bool gamemap::filter_location(const gamemap::location &loc,const config &con) const
bool gamemap::filter_location(const gamemap::location &loc,const config & /*con*/) const
{ //need to fill this in
return on_board(loc);
}