From: cristy Date: Mon, 4 Jun 2012 14:26:56 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5495 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d479bca46761a9421a65b2728c12d82c9531a9ec;p=imagemagick --- diff --git a/MagickCore/profile.c b/MagickCore/profile.c index 2c9251d4d..4b17c2cb4 100644 --- a/MagickCore/profile.c +++ b/MagickCore/profile.c @@ -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);