summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}