]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 19 Feb 2012 22:05:42 +0000 (22:05 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 19 Feb 2012 22:05:42 +0000 (22:05 +0000)
MagickCore/random.c

index 23ce079429f68140acdefbc1882ab943b2aec902..fe6a690de3462613b696aff74ef4f92fc9a87438 100644 (file)
@@ -492,6 +492,7 @@ static StringInfo *GenerateEntropicChaos(RandomInfo *random_info)
     */
     SetStringInfoLength(chaos,MaxEntropyExtent);
     status=NTGatherRandomData(MaxEntropyExtent,GetStringInfoDatum(chaos));
+    (void) status;
     ConcatenateStringInfo(entropy,chaos);
   }
 #else