Revision: 16163
          http://sourceforge.net/p/edk2/code/16163
Author:   shenshushi
Date:     2014-09-24 05:06:59 +0000 (Wed, 24 Sep 2014)
Log Message:
-----------
ShellPkg: Make the argument type match the function expected parameter type to 
avoid build fail in GCC45.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <[email protected]>
Reviewed-by: Ni Ruiyu <[email protected]>

Modified Paths:
--------------
    
trunk/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c

Modified: 
trunk/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c
===================================================================
--- 
trunk/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c   
    2014-09-23 08:06:23 UTC (rev 16162)
+++ 
trunk/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c   
    2014-09-24 05:06:59 UTC (rev 16163)
@@ -770,7 +770,7 @@
   CHAR16          *Data;
   UINT32          KeyIndex;
   CHAR16          VariableName[12];
-  UINT8           *VariableData;
+  VOID            *VariableData;
 
   SHELL_FILE_HANDLE FileHandle;
 


------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to