diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-06-21 20:02:24 -0400 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-06-21 20:02:24 -0400 |
commit | eed28348f2668c93bc572cffd8a284e65228ed02 (patch) | |
tree | a6a74d91ecc0fdc2b937fe2bf1633112a14d2b5d /indra/llcorehttp | |
parent | 4da93b6ad91dff1de98c3c8dd3674c0544f2958b (diff) |
Compiler warning fix on linux.
Diffstat (limited to 'indra/llcorehttp')
-rw-r--r-- | indra/llcorehttp/tests/test_bufferstream.hpp | 2 |
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(); } |