From 8819a096b1e4e449cfce224b74e5a943a450494e Mon Sep 17 00:00:00 2001 From: Eric Dong Date: Thu, 19 Jun 2014 01:58:09 +0000 Subject: Fix GCC build fail. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15570 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c | 2 +- IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'IntelFrameworkModulePkg') diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c index 6f5b56ec8a..205537f494 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/BootMaint.c @@ -376,7 +376,7 @@ BootMaintRouteConfig ( Status = gBS->LocateProtocol ( &gEfiHiiConfigRoutingProtocolGuid, NULL, - &ConfigRouting + (VOID**) &ConfigRouting ); if (EFI_ERROR (Status)) { return Status; diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c index 2d728cbb7f..69bcb94535 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/FileExplorer.c @@ -283,7 +283,7 @@ FileExplorerRouteConfig ( Status = gBS->LocateProtocol ( &gEfiHiiConfigRoutingProtocolGuid, NULL, - &ConfigRouting + (VOID**) &ConfigRouting ); if (EFI_ERROR (Status)) { return Status; -- cgit v1.2.3