From d20ddb22891f083b762a81eb64ec391e0f60b43a Mon Sep 17 00:00:00 2001 From: Dave Allison Date: Thu, 5 Jun 2014 14:16:30 -0700 Subject: Remove unused variable in assembler test. This is flagged as an error when building master, but not others... Change-Id: Iaea5307b06d8e4fa1a9d1035905fc204eb98559a --- compiler/utils/assembler_thumb_test.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler/utils/assembler_thumb_test.cc') diff --git a/compiler/utils/assembler_thumb_test.cc b/compiler/utils/assembler_thumb_test.cc index f46e872d17..55fbed1e44 100644 --- a/compiler/utils/assembler_thumb_test.cc +++ b/compiler/utils/assembler_thumb_test.cc @@ -27,7 +27,9 @@ namespace arm { // Include results file (generated manually) #include "assembler_thumb_test_expected.cc.inc" +#ifndef HAVE_ANDROID_OS static constexpr bool kPrintResults = false; +#endif void SetAndroidData() { const char* data = getenv("ANDROID_DATA"); -- cgit v1.2.3-59-g8ed1b