diff options
| -rw-r--r-- | indra/llcommon/llcoros.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llcoros.cpp b/indra/llcommon/llcoros.cpp index 4ee8e6d796..7f4c1780b8 100644 --- a/indra/llcommon/llcoros.cpp +++ b/indra/llcommon/llcoros.cpp @@ -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));      }  | 
