commit | 8003cafbcade4cd2929b91de3e50d2660c424280 | [log] [tgz] |
---|---|---|
author | Mathieu Chartier <mathieuc@google.com> | Tue Nov 29 14:17:09 2016 -0800 |
committer | Mathieu Chartier <mathieuc@google.com> | Tue Nov 29 14:17:33 2016 -0800 |
tree | 8ee82e8c6778dec2e84fdde12231fd268088d3a9 | |
parent | ae7f6b965e15794b0014a0c1db5e1fcf9e841e5c [diff] |
Fix mac build in ResetQuickAllocEntryPoints Unused arg warning. Test: None Change-Id: I5b147b1a584b96ad5457c9fee36f3edb0498cecf
diff --git a/runtime/entrypoints/quick/quick_alloc_entrypoints.cc b/runtime/entrypoints/quick/quick_alloc_entrypoints.cc index d2fee9a..82bb8e5 100644 --- a/runtime/entrypoints/quick/quick_alloc_entrypoints.cc +++ b/runtime/entrypoints/quick/quick_alloc_entrypoints.cc
@@ -333,6 +333,7 @@ } #else UNUSED(qpoints); + UNUSED(is_marking); #endif UNIMPLEMENTED(FATAL); UNREACHABLE();