1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-02-22 12:32:04 +00:00

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

This commit is contained in:
Gabriele Gristina 2016-11-27 23:59:35 +01:00
parent 646a47236c
commit 73e2d5cf2b

View File

@ -17,7 +17,7 @@
#include "inc_rp.cl"
#include "inc_simd.cl"
void memcat64c_be (u32x block[16], const u32 offset, u32x carry[16])
static void memcat64c_be (u32x block[16], const u32 offset, u32x carry[16])
{
const u32 mod = offset & 3;
const u32 div = offset / 4;