edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c:

Resolve warning on GCC compiler.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5290 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2008-05-26 06:16:59 +00:00
parent ee3f13d539
commit b96b676f11
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ Returns:
// Start with the second protocol, the first one is sure on this handle.
//
VA_START (args, Interface);
VA_ARG (args, EFI_GUID *);
Protocol = VA_ARG (args, EFI_GUID *);
//
// Iterate protocols from the variable list.