summaryrefslogtreecommitdiff
path: root/compiler/utils/arm/assembler_thumb2.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2015-04-03 19:41:34 -0700
committer Andreas Gampe <agampe@google.com> 2015-04-03 20:14:40 -0700
commitca71458862be8505330b7fd5649a062f31d143dc (patch)
tree7bc749056ab65906a147cc8e1d92e8be3ffea2cc /compiler/utils/arm/assembler_thumb2.cc
parent9d231cc422b7b32d00bd43ca6993b2dd7e9989ea (diff)
ART: Add Clang's -Wused-but-marked-unused
Add detection of wrong unused annotations. Fix our codebase. Change-Id: I85cc20f2eac71c1ec6c5c7cd6efb08454a629634
Diffstat (limited to 'compiler/utils/arm/assembler_thumb2.cc')
-rw-r--r--compiler/utils/arm/assembler_thumb2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/arm/assembler_thumb2.cc b/compiler/utils/arm/assembler_thumb2.cc
index a894319c99..3e8d9c3a1a 100644
--- a/compiler/utils/arm/assembler_thumb2.cc
+++ b/compiler/utils/arm/assembler_thumb2.cc
@@ -683,7 +683,7 @@ void Thumb2Assembler::Emit16(int16_t value) {
bool Thumb2Assembler::Is32BitDataProcessing(Condition cond ATTRIBUTE_UNUSED,
Opcode opcode,
- bool set_cc ATTRIBUTE_UNUSED,
+ bool set_cc,
Register rn,
Register rd,
const ShifterOperand& so) {