提交 9ba712fb 编写于 作者: G Graydon Hoare

Every time you don't use a variable, a kitten scowls.

上级 eba51299
......@@ -25,6 +25,7 @@ reuse_valgrind_stack(stk_seg *stk, uint8_t *sp) {
&& "Stack pointer must be inside stack segment");
size_t sz = stk->end - (uintptr_t)sp;
(void) VALGRIND_MAKE_MEM_UNDEFINED(sp, sz);
(void) sz;
}
void
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册