mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 23:14:27 +00:00
Fix a compiler warning.
This commit is contained in:
parent
c13f8228e5
commit
e1f0122ef9
@ -115,7 +115,7 @@ interface& holder::get_ai_ref()
|
||||
}
|
||||
|
||||
|
||||
void holder::modify_ai_config_old( const config::const_child_itors &ai_parameters )
|
||||
void holder::modify_ai_config_old( const config::const_child_itors &/*ai_parameters*/)
|
||||
{
|
||||
// only handle aspects
|
||||
// transform ai_parameters to new-style config
|
||||
|
Loading…
x
Reference in New Issue
Block a user