From 7d5e9010ecf5cd1099a518829a6121e77fbc964b Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Sun, 27 Nov 2016 23:59:28 +0100 Subject: [PATCH] Fix kernel build warnings (no previous prototypes and/or incompatible function parameters ... --- OpenCL/m06000_a0.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/m06000_a0.cl b/OpenCL/m06000_a0.cl index 2f106bf16..a39800856 100644 --- a/OpenCL/m06000_a0.cl +++ b/OpenCL/m06000_a0.cl @@ -16,7 +16,7 @@ #include "inc_rp.cl" #include "inc_simd.cl" -void ripemd160_transform (const u32x w[16], u32x dgst[5]) +static void ripemd160_transform (const u32x w[16], u32x dgst[5]) { u32x a1 = dgst[0]; u32x b1 = dgst[1];