MAINT-5011: Remove unreferenced param name to avoid fatal warning

master
Nat Goodspeed 2016-08-25 14:04:36 -04:00
parent 1d2360ef7c
commit 17382b22e0
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ void LLCoros::toplevel(coro::self& self, CoroData* data, const callable_t& calla
{
callable();
}
catch (const LLContinueError& e)
catch (const LLContinueError&)
{
LOG_UNHANDLED_EXCEPTION(STRINGIZE("coroutine " << data->mName));
}