mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Resolve warning
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user