1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-26 01:50:10 +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 2f75456d9c

View File

@ -15,7 +15,7 @@
#include "inc_common.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;