mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
Every time you don't use a variable, a kitten scowls.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user