Re: [PATCH] [IA64] sim: Add casts to avoid assignment warnings

2013-06-21 Thread Fleming, Matt
On 21 June 2013 00:43, Tony Luck wrote: > Oops - pasted in old e-mail address for Boris Applied, thanks Tony. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] [IA64] sim: Add casts to avoid assignment warnings

2013-06-21 Thread Fleming, Matt
On 21 June 2013 00:43, Tony Luck tony.l...@gmail.com wrote: Oops - pasted in old e-mail address for Boris Applied, thanks Tony. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH] [IA64] sim: Add casts to avoid assignment warnings

2013-06-20 Thread Tony Luck
Oops - pasted in old e-mail address for Boris On Thu, Jun 20, 2013 at 11:15 AM, Luck, Tony wrote: > Pointers in the efi_runtime_services_t structure now have type > "void *" (formerly they were "unsigned long"). So we now see a > bunch of warnings like this: > >

[PATCH] [IA64] sim: Add casts to avoid assignment warnings

2013-06-20 Thread Luck, Tony
Pointers in the efi_runtime_services_t structure now have type "void *" (formerly they were "unsigned long"). So we now see a bunch of warnings like this: arch/ia64/hp/sim/boot/fw-emu.c:293: warning: assignment makes pointer from integer without a cast Add (void *) casts to the 10 affected

[PATCH] [IA64] sim: Add casts to avoid assignment warnings

2013-06-20 Thread Luck, Tony
Pointers in the efi_runtime_services_t structure now have type void * (formerly they were unsigned long). So we now see a bunch of warnings like this: arch/ia64/hp/sim/boot/fw-emu.c:293: warning: assignment makes pointer from integer without a cast Add (void *) casts to the 10 affected lines to

Re: [PATCH] [IA64] sim: Add casts to avoid assignment warnings

2013-06-20 Thread Tony Luck
Oops - pasted in old e-mail address for Boris On Thu, Jun 20, 2013 at 11:15 AM, Luck, Tony tony.l...@intel.com wrote: Pointers in the efi_runtime_services_t structure now have type void * (formerly they were unsigned long). So we now see a bunch of warnings like this: