From 1e3b22af48598d720eee6a1e2dedaa5a2ee62d3d Mon Sep 17 00:00:00 2001 From: dirk Date: Thu, 28 Aug 2014 05:36:18 +0000 Subject: [PATCH] Fixed compiler warning. --- MagickCore/opencl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.40.0