]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/FindFv.c
1) Cleanup for GCC and ICC tool-chain.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / Pei / PeiLib / FindFv.c
index cbfad238bc2eaad1fed440d3510268cda23bba4c..99b4b1cb2186fa04ab234196fcc89c31f919468b 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2006 - 2007, Intel Corporation                                                         \r
+Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -134,7 +134,7 @@ Returns:
   //\r
   Status = (*PeiServices)->GetHobList (\r
                             PeiServices,\r
-                            &HobStart.Raw\r
+                            (VOID **) &HobStart.Raw\r
                             );\r
 \r
   if (EFI_ERROR (Status)) {\r