summaryrefslogtreecommitdiff
path: root/runtime/arch/instruction_set_features.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/arch/instruction_set_features.h')
-rw-r--r--runtime/arch/instruction_set_features.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/arch/instruction_set_features.h b/runtime/arch/instruction_set_features.h
index 1f41b39023..1cb0fbb758 100644
--- a/runtime/arch/instruction_set_features.h
+++ b/runtime/arch/instruction_set_features.h
@@ -146,8 +146,8 @@ class InstructionSetFeatures {
std::string* error_msg) const = 0;
// Add run-time detected architecture specific features in sub-classes.
- virtual std::unique_ptr<const InstructionSetFeatures>
- AddRuntimeDetectedFeatures(const InstructionSetFeatures *features ATTRIBUTE_UNUSED) const;
+ virtual std::unique_ptr<const InstructionSetFeatures> AddRuntimeDetectedFeatures(
+ [[maybe_unused]] const InstructionSetFeatures* features) const;
private:
DISALLOW_COPY_AND_ASSIGN(InstructionSetFeatures);