mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-15 09:02:30 +00:00
Fix strict compilation
This commit is contained in:
parent
0e401d31da
commit
0e8c135c14
@ -271,7 +271,7 @@ bool mouse_handler_base::left_click(int x, int y, const bool /*browse*/)
|
||||
return false;
|
||||
}
|
||||
|
||||
void mouse_handler_base::move_action(const bool browse)
|
||||
void mouse_handler_base::move_action(const bool /*browse*/)
|
||||
{
|
||||
// Overridden with unit move code elsewhere
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user