diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2014-11-04 13:03:29 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2014-11-04 13:13:48 +0000 |
commit | e6ac4fd428a4897951aeb4cb3b45f1665276c511 (patch) | |
tree | c8456425dcd515de5d5299c61f2254cc70acaa7c /runtime/utils.cc | |
parent | 457e6170ac55e4cbede79a23b021422ef4ccd92f (diff) | |
download | art-e6ac4fd428a4897951aeb4cb3b45f1665276c511.tar.gz art-e6ac4fd428a4897951aeb4cb3b45f1665276c511.tar.bz2 art-e6ac4fd428a4897951aeb4cb3b45f1665276c511.zip |
Try to fix mac build.
Change-Id: I6c7faa1c80bc7c250d14859d51c910d50b7fb562
Diffstat (limited to 'runtime/utils.cc')
-rw-r--r-- | runtime/utils.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/utils.cc b/runtime/utils.cc index 9c94f6cb0..070d85e66 100644 --- a/runtime/utils.cc +++ b/runtime/utils.cc @@ -1164,6 +1164,8 @@ void DumpNativeStack(std::ostream& os, pid_t tid, const char* prefix, } os << "\n"; } +#else + UNUSED(os, tid, prefix, current_method); #endif } |