mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 16:18:09 +00:00
fix OpenCL compiler warning
This commit is contained in:
parent
6ed7dde1d4
commit
660da2da3d
@ -1425,7 +1425,7 @@ DECLSPEC float hc_get_entropy (const u32 *buf, const int elems)
|
|||||||
{
|
{
|
||||||
const int length = elems * 4;
|
const int length = elems * 4;
|
||||||
|
|
||||||
float entropy = 0.0;
|
float entropy = 0.0f;
|
||||||
|
|
||||||
#ifdef _unroll
|
#ifdef _unroll
|
||||||
#pragma unroll
|
#pragma unroll
|
||||||
|
Loading…
Reference in New Issue
Block a user