From: dirk Date: Thu, 28 Aug 2014 05:36:18 +0000 (+0000) Subject: Fixed compiler warning. X-Git-Tag: 7.0.1-0~2060 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e3b22af48598d720eee6a1e2dedaa5a2ee62d3d;p=imagemagick Fixed compiler warning. --- diff --git a/MagickCore/opencl.c b/MagickCore/opencl.c index 8e0c73781..a7af6dcb3 100644 --- a/MagickCore/opencl.c +++ b/MagickCore/opencl.c @@ -2257,7 +2257,7 @@ ds_status AccelerateScoreRelease(void* score) { return DS_SUCCESS; } -ds_status canWriteProfileToFile(path) +ds_status canWriteProfileToFile(const char *path) { FILE* profileFile = fopen(path, "wb");