From 71f633dd055295a926730f31c3120608d601b867 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Tue, 18 Nov 2008 09:56:38 +0000 Subject: [PATCH] ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6600 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Perf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Perf.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Perf.c index 8cf18e5436..bd3c3675c4 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Perf.c +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Perf.c @@ -116,7 +116,7 @@ Returns: ), (VOID **) &Hob ); - ASSERT_PEI_ERROR(PeiServices, Status); + ASSERT_PEI_ERROR((CONST EFI_PEI_SERVICES **) PeiServices, Status); PerfHobData = (EFI_HOB_GUID_DATA_PERFORMANCE_LOG *)(Hob+1); PerfHobData->NumberOfEntries = 0; -- 2.39.2