From 73e2d5cf2bde5917c0b05410473426d815362031 Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Sun, 27 Nov 2016 23:59:35 +0100 Subject: [PATCH] Fix kernel build warnings (no previous prototypes and/or incompatible function parameters ... --- OpenCL/m13500_a0.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/m13500_a0.cl b/OpenCL/m13500_a0.cl index 45edd0fd0..22046f389 100644 --- a/OpenCL/m13500_a0.cl +++ b/OpenCL/m13500_a0.cl @@ -17,7 +17,7 @@ #include "inc_rp.cl" #include "inc_simd.cl" -void memcat64c_be (u32x block[16], const u32 offset, u32x carry[16]) +static void memcat64c_be (u32x block[16], const u32 offset, u32x carry[16]) { const u32 mod = offset & 3; const u32 div = offset / 4;