Skip to content
Snippets Groups Projects
Commit 6e99b8eb authored by Martin Mareš's avatar Martin Mareš
Browse files

Access: Ukonejšení warningu

parent 2cb6593c
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ static void alloc_mem(void)
static void alloc_mem(void)
{
void *pp;
void *pp = NULL;
if (posix_memalign(&pp, 4096, block_size) < 0)
{
fprintf(stderr, "Cannot allocate memory: %m\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment