summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-01-25 01:25:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-01-25 01:25:50 +0000
commitfb6d601f5ae99a59a16f87950a15b9ed3d175db7 (patch)
tree74e8446792f694fa742458fb3d5375ee696031fb
parent4800e20eafacabe76e56183aa82797ac5c4057c1 (diff)
parent81eb357b58ae9b54d8f294f816fadbc10f1c569d (diff)
downloadsystem_core-fb6d601f5ae99a59a16f87950a15b9ed3d175db7.zip
system_core-fb6d601f5ae99a59a16f87950a15b9ed3d175db7.tar.gz
system_core-fb6d601f5ae99a59a16f87950a15b9ed3d175db7.tar.bz2
Merge "Use <stdint.h> for INT32_MIN and INT32_MAX."
-rw-r--r--libpixelflinger/tests/gglmul/gglmul_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libpixelflinger/tests/gglmul/gglmul_test.cpp b/libpixelflinger/tests/gglmul/gglmul_test.cpp
index 103e4e9..073368e 100644
--- a/libpixelflinger/tests/gglmul/gglmul_test.cpp
+++ b/libpixelflinger/tests/gglmul/gglmul_test.cpp
@@ -225,8 +225,6 @@ void gglMulSubx_test()
}
// gglMulii() tests
-const int32_t INT32_MAX = 0x7FFFFFFF;
-const int32_t INT32_MIN = 0x80000000;
struct gglMulii_test_t
{