Fix kernel build warnings (no previous prototypes and/or incompatible function parameters ...

pull/780/head
Gabriele Gristina 8 years ago
parent 646a47236c
commit 7d5e9010ec

@ -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];

Loading…
Cancel
Save