From ce9b9ef015a9d243b61943c4b7cbe33fb981677f Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Wed, 15 Jan 2020 10:22:28 +0100 Subject: [PATCH] Fix compiler warnings in -m 18700 pure mode --- OpenCL/m18700_a1-pure.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/m18700_a1-pure.cl b/OpenCL/m18700_a1-pure.cl index 1f69f8e90..2a34b7911 100644 --- a/OpenCL/m18700_a1-pure.cl +++ b/OpenCL/m18700_a1-pure.cl @@ -14,7 +14,7 @@ #include "inc_hash_md5.cl" #endif -DECLSPEC u32 hashCode_g (const u32 init, GLOBAL_AS u32 *w, const u32 pw_len) +DECLSPEC u32 hashCode_g (const u32 init, GLOBAL_AS const u32 *w, const u32 pw_len) { u32 hash = init;