Merge "Silence unused variable warning in sys_ptrace_test"

This commit is contained in:
Pavel Labath 2017-01-27 13:59:15 +00:00 committed by Gerrit Code Review
commit 15db5d0d29

View file

@ -279,6 +279,7 @@ static void set_breakpoint(pid_t child) {
<< strerror(errno);
#else
(void)child;
(void)address;
#endif
}