From 297a39fb5756671d41580d6e784bc6b9eee3feb8 Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Sun, 27 Nov 2016 23:59:34 +0100 Subject: [PATCH] Fix kernel build warnings (no previous prototypes and/or incompatible function parameters ... --- OpenCL/m11700_a1.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/m11700_a1.cl b/OpenCL/m11700_a1.cl index a8202286f..3d0e2a8c5 100644 --- a/OpenCL/m11700_a1.cl +++ b/OpenCL/m11700_a1.cl @@ -2233,7 +2233,7 @@ __constant u64 sbob_rc64[12][8] = }, }; -void streebog_g (u64x h[8], const u64x m[8], __local u64 (*s_sbob_sl64)[256]) +static void streebog_g (u64x h[8], const u64x m[8], __local u64 (*s_sbob_sl64)[256]) { u64x k[8]; u64x s[8];