commit | b937a443752d4185a18cafb88e686bec1dd53d15 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Oct 20 12:55:20 2015 +0100 |
committer | Nicolas Geoffray <ngeoffray@google.com> | Tue Oct 20 12:55:20 2015 +0100 |
tree | 8e0831ff94c789fe6b26e8d85d0716a589603c24 | |
parent | 94e24ac0e9e2bad74e9beecbd068f2b87798b815 [diff] |
Fix mac build. Change-Id: I7229a628a619164eea22735bcaed507428ab054a
diff --git a/runtime/utils.cc b/runtime/utils.cc index 98ccd8e..8083446 100644 --- a/runtime/utils.cc +++ b/runtime/utils.cc
@@ -1174,7 +1174,7 @@ } } #else - UNUSED(os, tid, prefix, current_method, current_code, ucontext_ptr); + UNUSED(os, tid, prefix, current_method, ucontext_ptr); #endif }