...
diff --git a/MagickCore/quantize.c b/MagickCore/quantize.c index 13f1624..40b9745 100644 --- a/MagickCore/quantize.c +++ b/MagickCore/quantize.c
@@ -2052,8 +2052,7 @@ /* Initialize color cache. */ - (void) memset(cube_info->cache,(-1),sizeof(*cube_info->cache)* - length); + (void) memset(cube_info->cache,(-1),sizeof(*cube_info->cache)*length); /* Distribute weights along a curve of exponential decay. */