VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/cpu.c
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2023-07-18 08:38:02 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2023-07-18 08:38:02 +0200
commit34b00fa82511d4749bd49f41b3edd72f5f586b8a (patch)
treef08ebb47ccb4dc7d2b2a63f67bc241cbfa34529b /src/Crypto/cpu.c
parentc0785aa1d4b6d988f175ca5732641e6ae2b10cc7 (diff)
downloadVeraCrypt-34b00fa82511d4749bd49f41b3edd72f5f586b8a.tar.gz
VeraCrypt-34b00fa82511d4749bd49f41b3edd72f5f586b8a.zip
Windows: Fix compiler warnings
Diffstat (limited to 'src/Crypto/cpu.c')
-rw-r--r--src/Crypto/cpu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Crypto/cpu.c b/src/Crypto/cpu.c
index c3a769c8..effde6ba 100644
--- a/src/Crypto/cpu.c
+++ b/src/Crypto/cpu.c
@@ -348,7 +348,6 @@ void DetectX86Features()
g_hasISSE = 1;
else
{
- uint32 cpuid2[4] = {0};
CpuId(0x080000000, cpuid2);
if (cpuid2[0] >= 0x080000001)
{