From 0fc7ac6746ae157bc332fe4462292b00037de20f Mon Sep 17 00:00:00 2001 From: Cristy Date: Thu, 7 Jan 2016 08:26:04 -0500 Subject: [PATCH] Return value (type MagickBooleanType) ignored --- MagickCore/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/memory.c b/MagickCore/memory.c index f97d4ca14..0a3e83692 100644 --- a/MagickCore/memory.c +++ b/MagickCore/memory.c @@ -635,7 +635,7 @@ MagickExport MemoryInfo *AcquireVirtualMemory(const size_t count, File-backed memory mapping failed, delete the temporary file. */ (void) close(file); - RelinquishUniqueFileResource(memory_info->filename); + (void) RelinquishUniqueFileResource(memory_info->filename); *memory_info->filename = '\0'; } } -- 2.40.0