summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-26 06:16:59 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-26 06:16:59 +0000
commitb96b676f111cb9d417575aeece3444a7dbd1d048 (patch)
tree617aac4678cfb41863e6bff72ddbf326710183b7 /EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib
parentee3f13d539d2066f247b6ebe0bb3fb3805d34837 (diff)
downloadedk2-platforms-b96b676f111cb9d417575aeece3444a7dbd1d048.tar.xz
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
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c
index 179079d3db..837c1491ee 100644
--- a/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c
+++ b/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c
@@ -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.