diff options
author | Dave Houlton <euclid@lindenlab.com> | 2020-03-12 13:22:32 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2020-03-12 13:22:32 -0600 |
commit | 23953e416e007f082acd59157e6dfb9455917bc5 (patch) | |
tree | 82f6b93f2473dab04204fe2233025ba218962a0a | |
parent | 56dcbc3cf1d76a4f3f8a6b3c18aa20e29a5e72d7 (diff) |
DRTVWR-440 fix 'unreachable code' warning-as-error when buildin /Od
-rw-r--r-- | indra/newview/llweb.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llweb.cpp b/indra/newview/llweb.cpp index 840eb06acf..a34c5826ed 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 } |