From 9085457c819add4d580882a047f49c22859833ac Mon Sep 17 00:00:00 2001 From: zwei4 Date: Thu, 11 May 2017 14:14:48 +0800 Subject: Fix some GCC build errors. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: zwei4 --- .../Common/Library/DxePolicyUpdateLib/DxeSaPolicyUpdate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Platform/BroxtonPlatformPkg/Common/Library/DxePolicyUpdateLib/DxeSaPolicyUpdate.c') diff --git a/Platform/BroxtonPlatformPkg/Common/Library/DxePolicyUpdateLib/DxeSaPolicyUpdate.c b/Platform/BroxtonPlatformPkg/Common/Library/DxePolicyUpdateLib/DxeSaPolicyUpdate.c index 4fa42747ea..2b24a9a3b0 100644 --- a/Platform/BroxtonPlatformPkg/Common/Library/DxePolicyUpdateLib/DxeSaPolicyUpdate.c +++ b/Platform/BroxtonPlatformPkg/Common/Library/DxePolicyUpdateLib/DxeSaPolicyUpdate.c @@ -1,7 +1,7 @@ /** @file This file is the library for SA DXE Policy initialzation. - Copyright (c) 2004 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -60,7 +60,7 @@ UpdateDxeSaPolicy ( Status = gBS->LocateProtocol ( &gPlatformGOPPolicyGuid, NULL, - &GopPolicy + (VOID **)&GopPolicy ); if (EFI_ERROR (Status) || (GopPolicy == NULL)) { -- cgit v1.2.3