diff options
-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 } |