]> sourceware.org Git - valgrind.git/commitdiff
darwin regtest: fix unused variable warning
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 10 Mar 2023 17:39:05 +0000 (18:39 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 10 Mar 2023 17:39:59 +0000 (18:39 +0100)
Copied and paster from old posix_memalign test

memcheck/tests/darwin/aligned_alloc.c

index f8d580538f2187fa78beaa033c02afad62c86327..1c2fdb78cb86c1e515191428b4926dff38900232 100644 (file)
@@ -4,7 +4,6 @@
 int main(void)
 {
    char* p = NULL;
-   int res;
 
    // zero size
    p = aligned_alloc(0, 8);
This page took 0.064606 seconds and 5 git commands to generate.