mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-16 17:42:04 +00:00
Fix compiler warnings in -m 18700 pure mode
This commit is contained in:
parent
31ca4984c8
commit
ce9b9ef015
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user