summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Brandenberg <monty@lindenlab.com>2012-06-21 20:02:24 -0400
committerMonty Brandenberg <monty@lindenlab.com>2012-06-21 20:02:24 -0400
commiteed28348f2668c93bc572cffd8a284e65228ed02 (patch)
treea6a74d91ecc0fdc2b937fe2bf1633112a14d2b5d
parent4da93b6ad91dff1de98c3c8dd3674c0544f2958b (diff)
Compiler warning fix on linux.
-rw-r--r--indra/llcorehttp/tests/test_bufferstream.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/tests/test_bufferstream.hpp b/indra/llcorehttp/tests/test_bufferstream.hpp
index 5afaba0966..45ddb7fd80 100644
--- a/indra/llcorehttp/tests/test_bufferstream.hpp
+++ b/indra/llcorehttp/tests/test_bufferstream.hpp
@@ -242,7 +242,7 @@ void BufferStreamTestObjectType::test<6>()
// make sure we didn't leak any memory
// ensure("Allocated memory returned", mMemTotal == GetMemTotal());
- static U64 mem = GetMemTotal();
+ // static U64 mem = GetMemTotal();
}