Skip to content
Snippets Groups Projects
Commit 17382b22 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

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

parent 1d2360ef
No related branches found
No related tags found
No related merge requests found
......@@ -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));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment