diff --git a/src/ripple/core/ReportUncaughtException.h b/src/ripple/core/ReportUncaughtException.h index 7e01482ab..2422b3979 100644 --- a/src/ripple/core/ReportUncaughtException.h +++ b/src/ripple/core/ReportUncaughtException.h @@ -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"); }