From 078436212c95be71827a1ecdb01bfac427588980 Mon Sep 17 00:00:00 2001 From: seelabs Date: Tue, 7 Jun 2016 13:19:51 -0400 Subject: [PATCH] Resolve warning --- src/ripple/core/ReportUncaughtException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); }