From 1fd8de32af59ffc80454483001ff07d431525fd4 Mon Sep 17 00:00:00 2001 From: Qiu Shumin Date: Wed, 24 Sep 2014 05:06:59 +0000 Subject: 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 Reviewed-by: Ni Ruiyu git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16163 6f19259b-4bc3-4df7-8a09-765794883524 --- ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShellPkg') diff --git a/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c b/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c index 33c2470..47ec2b5 100644 --- a/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c +++ b/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c @@ -770,7 +770,7 @@ BcfgAddOpt( CHAR16 *Data; UINT32 KeyIndex; CHAR16 VariableName[12]; - UINT8 *VariableData; + VOID *VariableData; SHELL_FILE_HANDLE FileHandle; -- cgit v1.1