summaryrefslogtreecommitdiffstats
path: root/runtime/utils.cc
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2014-11-04 13:03:29 +0000
committerNicolas Geoffray <ngeoffray@google.com>2014-11-04 13:13:48 +0000
commite6ac4fd428a4897951aeb4cb3b45f1665276c511 (patch)
treec8456425dcd515de5d5299c61f2254cc70acaa7c /runtime/utils.cc
parent457e6170ac55e4cbede79a23b021422ef4ccd92f (diff)
downloadart-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.cc2
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
}