mirror of https://github.com/acidanthera/audk.git
Fixed build fail with GCC/ICC tools
Signed-off-by:ydong10 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12014 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9abd3166ec
commit
f26b6a9cda
|
@ -2533,7 +2533,7 @@ RouteConfigRespForEfiVarStore (
|
|||
{
|
||||
EFI_STATUS Status;
|
||||
EFI_STRING VarStoreName;
|
||||
CHAR8 *VarStore;
|
||||
UINT8 *VarStore;
|
||||
UINTN BufferSize;
|
||||
UINTN BlockSize;
|
||||
|
||||
|
|
Loading…
Reference in New Issue