commit | 36780784402d42c29eb116b54275d52a9e654efc | [log] [tgz] |
---|---|---|
author | Pavel Labath <labath@google.com> | Fri Feb 24 10:22:40 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 24 10:22:41 2017 +0000 |
tree | a4c31a877a4d3ff279ebfcdd32d9026714e114fd | |
parent | a936199ce037b51860b2697a99fd1bb6df37fd78 [diff] | |
parent | fb5a6396dc44585ddafc2b978deda8e9d075433f [diff] |
Merge "Silence a compiler warning due to unused variable on mips"
diff --git a/tests/sys_ptrace_test.cpp b/tests/sys_ptrace_test.cpp index 8440adc..bce5898 100644 --- a/tests/sys_ptrace_test.cpp +++ b/tests/sys_ptrace_test.cpp
@@ -242,6 +242,7 @@ asm volatile("stp x0, x1, %0" : : "m"(data)); #elif defined(__mips__) // TODO + UNUSED(data); #endif }