Bad code in exception handling example (64-bit)
Posted: 2011-05-02T08:48:24-07:00
The example code
generates the following warning:
Code: Select all
fprintf(stderr,"%s %s %u %s\n",GetMagickModule(),description);
format ‘%u’ expects type ‘unsigned int’, but argument 5 has type ‘long unsigned int’