From 5f8ca69388ec0dc2ed15d45f4894e52bf0a2c304 Mon Sep 17 00:00:00 2001
From: Alexander Gavriliuk <alexandrgproductengine@lindenlab.com>
Date: Fri, 13 Oct 2023 19:18:39 +0200
Subject: [PATCH] SL-20422 Mac build fix

---
 indra/newview/llslurl.cpp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/indra/newview/llslurl.cpp b/indra/newview/llslurl.cpp
index 3858a1b9cea..262ea3ca1fc 100644
--- a/indra/newview/llslurl.cpp
+++ b/indra/newview/llslurl.cpp
@@ -459,9 +459,10 @@ bool LLSLURL::operator ==(const LLSLURL& rhs)
         case HOME_LOCATION:
         case LAST_LOCATION:
             return true;
-    }
 
-    return false;
+        default:
+            return false;
+    }
 }
 
 bool LLSLURL::operator !=(const LLSLURL& rhs)
-- 
GitLab