From fc6f8197f5e8764d0c2c0234437a7003f1ce6a0d Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Thu, 28 Mar 2024 11:36:46 -0400 Subject: Eliminate unreferenced exception name --- indra/llcommon/lualistener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llcommon/lualistener.cpp') diff --git a/indra/llcommon/lualistener.cpp b/indra/llcommon/lualistener.cpp index 37ce27a2a4..ef9782824e 100644 --- a/indra/llcommon/lualistener.cpp +++ b/indra/llcommon/lualistener.cpp @@ -108,7 +108,7 @@ LuaListener::PumpData LuaListener::getNext() { return mQueue.pop(); } - catch (const LLThreadSafeQueueInterrupt& exc) + catch (const LLThreadSafeQueueInterrupt&) { // mQueue has been closed. The only way that happens is when we detect // viewer shutdown. Terminate the calling coroutine. -- cgit v1.2.3