mirror of
https://github.com/hashcat/hashcat.git
synced 2025-07-29 18:08:46 +00:00
Merge pull request #2073 from matrix/opencl_compiler_warning_1
fix OpenCL compiler warning
This commit is contained in:
commit
f301db9a3f
@ -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