summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler_thumb_test.cc
diff options
context:
space:
mode:
author Dave Allison <dallison@google.com> 2014-06-05 14:16:30 -0700
committer Dave Allison <dallison@google.com> 2014-06-05 14:17:32 -0700
commitd20ddb22891f083b762a81eb64ec391e0f60b43a (patch)
treec56d3f4a05acc1ed0b4eb50fcd54122e834e6a8b /compiler/utils/assembler_thumb_test.cc
parentf58b5d0c5600fda074a373e95716678923134fd8 (diff)
Remove unused variable in assembler test.
This is flagged as an error when building master, but not others... Change-Id: Iaea5307b06d8e4fa1a9d1035905fc204eb98559a
Diffstat (limited to 'compiler/utils/assembler_thumb_test.cc')
-rw-r--r--compiler/utils/assembler_thumb_test.cc2
1 files changed, 2 insertions, 0 deletions
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");