1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Windows: Fix compiler warnings

This commit is contained in:
Mounir IDRASSI
2023-07-18 08:38:02 +02:00
parent c0785aa1d4
commit 34b00fa825
2 changed files with 1 additions and 3 deletions

View File

@@ -348,7 +348,6 @@ void DetectX86Features()
g_hasISSE = 1;
else
{
uint32 cpuid2[4] = {0};
CpuId(0x080000000, cpuid2);
if (cpuid2[0] >= 0x080000001)
{