From 17e99ea36b69bb63f24893e3b37ecccf66098feb Mon Sep 17 00:00:00 2001 From: vit9696 Date: Mon, 17 Aug 2020 00:04:34 +0300 Subject: [PATCH] OcAppleKernelLib: Fix compiler warnings --- Library/OcAppleKernelLib/CommonPatches.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/OcAppleKernelLib/CommonPatches.c b/Library/OcAppleKernelLib/CommonPatches.c index be33de8c..3da8d4e7 100644 --- a/Library/OcAppleKernelLib/CommonPatches.c +++ b/Library/OcAppleKernelLib/CommonPatches.c @@ -127,6 +127,7 @@ PatchAppleCpuPmCfgLock ( } } else { DEBUG ((DEBUG_INFO, "OCAK: Failed to find com.apple.driver.AppleIntelCPUPowerManagement - %r\n", Status)); + Status2 = Status; } //