Re: [edk2] [PATCH] ArmPkg: Fix GCC5 build fail

2015-08-19 Thread Leif Lindholm
Hi Scott, Thanks for this. Apologies, I somehow missed it going past. This same fix went in as part of Ard's CLANG series (r18193). Regards, Leif On Sun, Jul 19, 2015 at 03:23:17PM -0500, Scott Duplichan wrote: > Add type cast to fix new GCC5 warning for discarded-array-qualifiers. > Also remov

[edk2] [PATCH] ArmPkg: Fix GCC5 build fail

2015-07-19 Thread Scott Duplichan
Add type cast to fix new GCC5 warning for discarded-array-qualifiers. Also remove an unneeded '&'. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Scott Duplichan --- ArmPkg/Drivers/GenericWatchdogDxe/GenericWatchdogDxe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion