commit | bb9713dd91913c0291cd52f93ee022f9727fff21 | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Fri Jan 27 13:04:26 2017 +0000 |
committer | Pavel Labath <labath@google.com> | Fri Jan 27 13:06:22 2017 +0000 |
tree | 4f2abeb3611dff1d90be67513f32263ce763eeeb | |
parent | 3f62787cf994c101f11ee17be65d975d25b3c94e [diff] [blame] |
Silence unused variable warning in sys_ptrace_test This fixes the mips build broken by I7d8a7d79585477d78da1f033c85f8d2cc3b34340. Change-Id: Ib960bdb51ac81be068f1fdf702aa7c10b183f2a0 Test: lunch mips && cd bionic && mma
diff --git a/tests/sys_ptrace_test.cpp b/tests/sys_ptrace_test.cpp index bee43ab..7483754 100644 --- a/tests/sys_ptrace_test.cpp +++ b/tests/sys_ptrace_test.cpp
@@ -279,6 +279,7 @@ << strerror(errno); #else (void)child; + (void)address; #endif }