diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-10-24 10:13:03 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:11:35 -0800 |
commit | 459de5087ef6b6d6dddbc25a6bbcae6b02d85530 (patch) | |
tree | 304aebb41c9f6a418ba43a8c2d361ec06f4a87ae /indra | |
parent | 85f987128b2094d4bbce177ff9f7654eb7921e49 (diff) |
OSX build fix
Diffstat (limited to 'indra')
-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; } } |