mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 01:51:29 +00:00
darwin regtest: fix unused variable warning
Copied and paster from old posix_memalign test
This commit is contained in:
parent
28e4efb2b1
commit
c2a0cd6e11
@ -4,7 +4,6 @@
|
||||
int main(void)
|
||||
{
|
||||
char* p = NULL;
|
||||
int res;
|
||||
|
||||
// zero size
|
||||
p = aligned_alloc(0, 8);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user