[edk2] [PATCH] ArmPkg: Initialize variable in UncachedMemoryAllocationLib's AllocatePagesFromList to fix build warning

2015-11-25 Thread Cohen, Eugene
Addressing Ard and Laszlo's feedback. Updated subject. Moved initialization to separate line. Removed the typecast which was a carryover from a more strict convention we use in our private code. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eugene Cohen

Re: [edk2] [PATCH] ArmPkg: Initialize variable in UncachedMemoryAllocationLib's AllocatePagesFromList to fix build warning

2015-11-25 Thread Laszlo Ersek
On 11/25/15 18:59, Cohen, Eugene wrote: > Addressing Ard and Laszlo's feedback. > > Updated subject. Moved initialization to separate line. Removed the > typecast which was a carryover from a more strict convention we use in our > private code. > > > Contributed-under: TianoCore