]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 4 Jun 2012 14:26:56 +0000 (14:26 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 4 Jun 2012 14:26:56 +0000 (14:26 +0000)
MagickCore/profile.c

index 2c9251d4da1ec653427d7f130584103a90a7f885..4b17c2cb4041fa3836c3b59424ea7f47d73d04ae 100644 (file)
@@ -563,6 +563,7 @@ MagickExport MagickBooleanType ProfileImage(Image *image,const char *name,
             *value;
 
           value=GetImageProperty(image,"exif:ColorSpace",exception);
+          (void) value;
           /* Future.
           if (LocaleCompare(value,"1") != 0)
             (void) SetsRGBImageProfile(image,exception);