diff --git a/src/server/wesnothd/game.cpp b/src/server/wesnothd/game.cpp index dff81b055ca..f681900ea41 100644 --- a/src/server/wesnothd/game.cpp +++ b/src/server/wesnothd/game.cpp @@ -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(...) { }