summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/_httpservice.cpp
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-10-23 16:37:15 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-10-23 16:37:15 +0300
commit1b4d5492c6f4aef54bc51e34c05b270bded584f5 (patch)
treea2922c1b65a0e31f9f3876873f6a3d4760a0afc9 /indra/llcorehttp/_httpservice.cpp
parentd2460621169c38f531f5a6f781068f111184a9ac (diff)
SL-11727 Fix build warnings
Diffstat (limited to 'indra/llcorehttp/_httpservice.cpp')
-rw-r--r--indra/llcorehttp/_httpservice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/_httpservice.cpp b/indra/llcorehttp/_httpservice.cpp
index 0b72b53186..34268d94f6 100644
--- a/indra/llcorehttp/_httpservice.cpp
+++ b/indra/llcorehttp/_httpservice.cpp
@@ -318,7 +318,7 @@ void HttpService::threadRun(LLCoreInt::HttpThread * thread)
{
LOG_UNHANDLED_EXCEPTION("");
}
- catch (std::bad_alloc)
+ catch (std::bad_alloc&)
{
LLMemory::logMemoryInfo(TRUE);