darwin regtest: fix unused variable warning

Copied and paster from old posix_memalign test
This commit is contained in:
Paul Floyd 2023-03-10 18:39:05 +01:00
parent 28e4efb2b1
commit c2a0cd6e11

View File

@ -4,7 +4,6 @@
int main(void)
{
char* p = NULL;
int res;
// zero size
p = aligned_alloc(0, 8);