summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/lualistener.cpp2
1 files changed, 1 insertions, 1 deletions
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.