From e6ac4fd428a4897951aeb4cb3b45f1665276c511 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Tue, 4 Nov 2014 13:03:29 +0000 Subject: Try to fix mac build. Change-Id: I6c7faa1c80bc7c250d14859d51c910d50b7fb562 --- runtime/utils.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/utils.cc') diff --git a/runtime/utils.cc b/runtime/utils.cc index 9c94f6cb01..070d85e66e 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 } -- cgit v1.2.3-59-g8ed1b