mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 16:57:50 +00:00
Don't name the unused variable.
This commit is contained in:
parent
65373b85cf
commit
342090a922
@ -127,7 +127,7 @@ game::~game()
|
||||
}
|
||||
|
||||
clear_history();
|
||||
} catch(const boost::coroutines::detail::forced_unwind& e) {
|
||||
} catch(const boost::coroutines::detail::forced_unwind&) {
|
||||
ERR_GAME << "Caught forced_unwind in game destructor!\n";
|
||||
} catch(...) {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user