*/
if ((reference->columns > image->columns) || (reference->rows > image->rows))
return((Image *) NULL);
- similarity_threshold=image->columns*image->rows;
+ similarity_threshold=(double) image->columns*image->rows;
SetGeometry(reference,&offset);
#if defined(MAGICKCORE_OPENMP_SUPPORT)
#pragma omp parallel for schedule(dynamic,4)
operands;
va_start(operands,format);
- FormatMagickStringList(string,MaxTextExtent,format,operands);
+ (void) FormatMagickStringList(string,MaxTextExtent,format,operands);
va_end(operands);
return;
}