Skip to content

Commit

Permalink
eliminate compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Oct 2, 2023
1 parent 7a828b0 commit acf041a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions magick/opencl.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,16 @@
#include "magick/utility.h"
#include "magick/utility-private.h"

#if defined(MAGICKCORE_OPENCL_SUPPORT)
#if defined(MAGICKCORE_LTDL_DELEGATE)
#include "ltdl.h"
#endif

#ifdef MAGICKCORE_CLPERFMARKER
#include "CLPerfMarker.h"
#endif

#if defined(MAGICKCORE_OPENCL_SUPPORT)

#if defined(MAGICKCORE_LTDL_DELEGATE)
#include "ltdl.h"
#endif

#define NUM_CL_RAND_GENERATORS 1024 /* number of random number generators running in parallel */
#define PROFILE_OCL_KERNELS 0

Expand Down

0 comments on commit acf041a

Please sign in to comment.