(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 8 Nov 2013 11:31:31 +0000 (11:31 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 8 Nov 2013 11:31:31 +0000 (11:31 +0000)
MagickCore/distribute-cache.c
MagickCore/string.c

index a08edf0324f6676b6f017a9f61bcd12e1885d2ab..5b9d034cc776aa2869f49bba1ec1ce2db8d46ce3 100644 (file)
@@ -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));
 }
 
index e6b8ac52d326d5dc43d417649d8fb15b1cf3afbd..37a5996f51d08b75ed967c6adef33d830eabae13 100644 (file)
@@ -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;