From b17ce537576193e8a9d967fe05609971271872c7 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_a1.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/m06000_a1.cl b/OpenCL/m06000_a1.cl index 721399e55..9103c1081 100644 --- a/OpenCL/m06000_a1.cl +++ b/OpenCL/m06000_a1.cl @@ -14,7 +14,7 @@ #include "inc_common.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];