diff options
author | Don Kjer <don@lindenlab.com> | 2012-12-06 22:54:50 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-12-06 22:54:50 +0000 |
commit | 07d05c2967fb1013a3f21c1c055ad068b2be9995 (patch) | |
tree | dc06635670b65798d824595486f314a809d7dd88 /indra/llcommon | |
parent | 96ef49df75c0248e4843f9a5b53f010b819d59f3 (diff) |
Alpha rendering fixes for appearance utility.
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/tests/bitpack_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/bitpack_test.cpp b/indra/llcommon/tests/bitpack_test.cpp index 49cae16400..7bca20c30a 100644 --- a/indra/llcommon/tests/bitpack_test.cpp +++ b/indra/llcommon/tests/bitpack_test.cpp @@ -94,7 +94,7 @@ namespace tut ensure("bitPack: individual unpack: 5", unpackbuffer[0] == (U8) str[5]); bitunpack.bitUnpack(unpackbuffer, 8*4); // Life ensure_memory_matches("bitPack: 4 bytes unpack:", unpackbuffer, 4, str+6, 4); - ensure("keep compiler quiet", unpack_bufsize == unpack_bufsize); + //ensure("keep compiler quiet", unpack_bufsize == unpack_bufsize); } // U32 packing |