diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-10-24 10:13:03 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:01 -0800 |
commit | 39ce52f8976d10a20aa06f7567855e232cb32be5 (patch) | |
tree | 942d38bdbecf51b0cf4bbac8cf2ae69683c36dd2 /indra/newview/llvoicewebrtc.cpp | |
parent | a7b70788a8f7c3cf607242851e6f65aaf446515b (diff) |
OSX build fix
Diffstat (limited to 'indra/newview/llvoicewebrtc.cpp')
-rw-r--r-- | indra/newview/llvoicewebrtc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoicewebrtc.cpp b/indra/newview/llvoicewebrtc.cpp index 0aa69dc7e8..b4d65bec0a 100644 --- a/indra/newview/llvoicewebrtc.cpp +++ b/indra/newview/llvoicewebrtc.cpp @@ -2406,6 +2406,8 @@ void LLWebRTCVoiceClient::OnIceGatheringState(llwebrtc::LLWebRTCSignalingObserve LLMutexLock lock(&mVoiceStateMutex); mIceCompleted = false; } + default: + break; } } |