From 34b00fa82511d4749bd49f41b3edd72f5f586b8a Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 18 Jul 2023 08:38:02 +0200 Subject: Windows: Fix compiler warnings --- src/Crypto/cpu.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Crypto/cpu.c') 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) { -- cgit v1.2.3