commit | ca71458862be8505330b7fd5649a062f31d143dc | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Fri Apr 03 19:41:34 2015 -0700 |
committer | Andreas Gampe <agampe@google.com> | Fri Apr 03 20:14:40 2015 -0700 |
tree | 7bc749056ab65906a147cc8e1d92e8be3ffea2cc | |
parent | 9d231cc422b7b32d00bd43ca6993b2dd7e9989ea [diff] [blame] |
ART: Add Clang's -Wused-but-marked-unused Add detection of wrong unused annotations. Fix our codebase. Change-Id: I85cc20f2eac71c1ec6c5c7cd6efb08454a629634
diff --git a/compiler/utils/arm/assembler_thumb2.cc b/compiler/utils/arm/assembler_thumb2.cc index a894319..3e8d9c3 100644 --- a/compiler/utils/arm/assembler_thumb2.cc +++ b/compiler/utils/arm/assembler_thumb2.cc
@@ -683,7 +683,7 @@ bool Thumb2Assembler::Is32BitDataProcessing(Condition cond ATTRIBUTE_UNUSED, Opcode opcode, - bool set_cc ATTRIBUTE_UNUSED, + bool set_cc, Register rn, Register rd, const ShifterOperand& so) {