From 78d9194775db8bef1b8a5a29a3af62e0982a68ea Mon Sep 17 00:00:00 2001 From: qwang12 Date: Tue, 18 Nov 2008 09:56:50 +0000 Subject: ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6601 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'EdkCompatibilityPkg/Foundation/Library') diff --git a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c index 8c81c478fc..3427d86a04 100644 --- a/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c +++ b/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/PeiLib.c @@ -235,7 +235,7 @@ Returns: NULL, (VOID **) &PciCfg2 ); - ASSERT_PEI_ERROR (PeiServices, Status); + ASSERT_PEI_ERROR ((CONST EFI_PEI_SERVICES **) PeiServices, Status); Status = PciCfg2->Modify ( (CONST EFI_PEI_SERVICES **) PeiServices, -- cgit v1.2.3