From: Cristy Date: Thu, 7 Jan 2016 13:26:04 +0000 (-0500) Subject: Return value (type MagickBooleanType) ignored X-Git-Tag: 7.0.1-0~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fc7ac6746ae157bc332fe4462292b00037de20f;p=imagemagick Return value (type MagickBooleanType) ignored --- 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'; } }