Resolve warning

This commit is contained in:
seelabs
2016-06-07 13:19:51 -04:00
parent 10521de2fc
commit 078436212c

View File

@@ -129,7 +129,7 @@ void reportUncaughtException (
{
logUncaughtException (ex.what());
}
catch (boost::coroutines::detail::forced_unwind const& ex)
catch (boost::coroutines::detail::forced_unwind const&)
{
logUncaughtException ("forced_unwind");
}