mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-08 18:16:30 +00:00
Fix a compiler warning.
This commit is contained in:
parent
76ebc8cc06
commit
db3eff843a
@ -140,7 +140,7 @@ readonly_context_impl::~readonly_context_impl()
|
||||
manager::remove_gamestate_observer(this);
|
||||
}
|
||||
|
||||
void readonly_context_impl::handle_generic_event(const std::string& event_name)
|
||||
void readonly_context_impl::handle_generic_event(const std::string& /*event_name*/)
|
||||
{
|
||||
invalidate_move_maps();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user