From 23953e416e007f082acd59157e6dfb9455917bc5 Mon Sep 17 00:00:00 2001
From: Dave Houlton <euclid@lindenlab.com>
Date: Thu, 12 Mar 2020 13:22:32 -0600
Subject: [PATCH] DRTVWR-440 fix 'unreachable code' warning-as-error when
 buildin /Od

---
 indra/newview/llweb.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llweb.cpp b/indra/newview/llweb.cpp
index 840eb06acfc..a34c5826edc 100644
--- a/indra/newview/llweb.cpp
+++ b/indra/newview/llweb.cpp
@@ -247,6 +247,5 @@ bool LLWeb::useExternalBrowser(const std::string &url)
 		boost::match_results<std::string::const_iterator> matches;
 		return boost::regex_search(url, matches, pattern);
 	}
-	return false;
 #endif
 }
-- 
GitLab