Re: [U-Boot] [PATCH] cmd_pxe.c: fix strict-aliasing warnings

2012-03-27 Thread Anatolij Gustschin
Hello Jason, On Mon, 5 Mar 2012 12:12:28 -0600 "Jason Hobbs" wrote: > Without this patch, some versions of gcc (at least ELDK 4.2) complain > about dereferencing type-punned pointers. > > Reported-by: Marek Vasut > Signed-off-by: Jason Hobbs > Cc: Heiko Schocher > Cc: Marek Vasut > --- >

Re: [U-Boot] [PATCH] cmd_pxe.c: fix strict-aliasing warnings

2012-03-07 Thread Heiko Schocher
Hallo Jason, Jason Hobbs wrote: > Without this patch, some versions of gcc (at least ELDK 4.2) complain > about dereferencing type-punned pointers. > > Reported-by: Marek Vasut > Signed-off-by: Jason Hobbs > Cc: Heiko Schocher > Cc: Marek Vasut > --- > common/cmd_pxe.c | 16 ---

[U-Boot] [PATCH] cmd_pxe.c: fix strict-aliasing warnings

2012-03-05 Thread Jason Hobbs
Without this patch, some versions of gcc (at least ELDK 4.2) complain about dereferencing type-punned pointers. Reported-by: Marek Vasut Signed-off-by: Jason Hobbs Cc: Heiko Schocher Cc: Marek Vasut --- common/cmd_pxe.c | 16 1 files changed, 8 insertions(+), 8 deletions(-)