mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 10:20:30 +00:00
Fix a compiler warning.
This commit is contained in:
parent
9e97029ab4
commit
05c2f59d16
@ -76,7 +76,7 @@ const std::string& aspect::get_name() const
|
||||
return name_;
|
||||
}
|
||||
|
||||
bool aspect::redeploy(const config &cfg, const std::string &id)
|
||||
bool aspect::redeploy(const config &cfg, const std::string& /*id*/)
|
||||
{
|
||||
if (invalidate_on_turn_start_) {
|
||||
manager::remove_turn_started_observer(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user