MAINT-5011: Remove unreferenced param name to avoid fatal warning
parent
1d2360ef7c
commit
17382b22e0
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue