Skip to content
Snippets Groups Projects
Commit 23953e41 authored by Dave Houlton's avatar Dave Houlton
Browse files

DRTVWR-440 fix 'unreachable code' warning-as-error when buildin /Od

parent 56dcbc3c
No related branches found
No related tags found
No related merge requests found
...@@ -247,6 +247,5 @@ bool LLWeb::useExternalBrowser(const std::string &url) ...@@ -247,6 +247,5 @@ bool LLWeb::useExternalBrowser(const std::string &url)
boost::match_results<std::string::const_iterator> matches; boost::match_results<std::string::const_iterator> matches;
return boost::regex_search(url, matches, pattern); return boost::regex_search(url, matches, pattern);
} }
return false;
#endif #endif
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment