diff options
Diffstat (limited to 'runtime/oat_file_assistant_test.cc')
-rw-r--r-- | runtime/oat_file_assistant_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat_file_assistant_test.cc b/runtime/oat_file_assistant_test.cc index 56d4c70920..1a5c57f902 100644 --- a/runtime/oat_file_assistant_test.cc +++ b/runtime/oat_file_assistant_test.cc @@ -1504,7 +1504,7 @@ class RaceGenerateTask : public Task { lock_(lock), loaded_oat_file_(nullptr) {} - void Run(Thread* self ATTRIBUTE_UNUSED) override { + void Run([[maybe_unused]] Thread* self) override { // Load the dex files, and save a pointer to the loaded oat file, so that // we can verify only one oat file was loaded for the dex location. std::vector<std::unique_ptr<const DexFile>> dex_files; |