From: cristy Date: Fri, 8 Nov 2013 11:31:31 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87215d58af29e3038406f29caa9f54e9898d75ab;p=imagemagick --- diff --git a/MagickCore/distribute-cache.c b/MagickCore/distribute-cache.c index a08edf032..5b9d034cc 100644 --- a/MagickCore/distribute-cache.c +++ b/MagickCore/distribute-cache.c @@ -389,12 +389,11 @@ MagickPrivate DistributeCacheInfo *DestroyDistributeCacheInfo( */ static MagickBooleanType DestroyDistributeCache(SplayTreeInfo *registry, - int file,const size_t session_key) + int magick_unused(file),const size_t session_key) { /* Destroy distributed pixel cache. */ - (void) file; return(DeleteNodeFromSplayTree(registry,(const void *) session_key)); } diff --git a/MagickCore/string.c b/MagickCore/string.c index e6b8ac52d..37a5996f5 100644 --- a/MagickCore/string.c +++ b/MagickCore/string.c @@ -2262,7 +2262,7 @@ MagickExport char **StringToArgv(const char *text,int *argc) % */ MagickExport double *StringToArrayOfDoubles(const char *string,ssize_t *count, - ExceptionInfo *exception) + ExceptionInfo *magick_unused(exception)) { char *q;