Re: [edk2] [PATCH] MdeModulePkg: remove unused variable DevicePathSize

2015-05-14 Thread Dong, Eric
Thanks for the patch. Reviewed-by: Eric Dong Also checked in the code in r17448. Thanks, Eric -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Thursday, May 14, 2015 3:47 PM To: ler...@redhat.com; edk2-devel@lists.sourceforge.net; Dong, Eric Cc: Ard Bie

Re: [edk2] [PATCH] MdeModulePkg: remove unused variable DevicePathSize

2015-05-14 Thread Laszlo Ersek
On 05/14/15 09:47, Ard Biesheuvel wrote: > Remove the unused DevicePathSize variable from EnumerateAllKeywords(). > Due to our use of -Werror=unused-but-set-variable when building under > GCC, the presence of DevicePathSize is breaking the build. > > Contributed-under: TianoCore Contribution Agree

[edk2] [PATCH] MdeModulePkg: remove unused variable DevicePathSize

2015-05-14 Thread Ard Biesheuvel
Remove the unused DevicePathSize variable from EnumerateAllKeywords(). Due to our use of -Werror=unused-but-set-variable when building under GCC, the presence of DevicePathSize is breaking the build. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel --- MdeMod