Re: [U-Boot] [PATCH] net/bootp.c: fix compile warning

2009-09-14 Thread Wolfgang Denk
In message <1252660703-15596-2-git-send-email...@denx.de> you wrote: > Fix warning: bootp.c:695: warning: dereferencing type-punned pointer > will break strict-aliasing rules > > Signed-off-by: Wolfgang Denk > Cc: Ben Warren > --- > net/bootp.c |6 +- > 1 files changed, 5 insertions(+),

[U-Boot] [PATCH] net/bootp.c: fix compile warning

2009-09-11 Thread Wolfgang Denk
Fix warning: bootp.c:695: warning: dereferencing type-punned pointer will break strict-aliasing rules Signed-off-by: Wolfgang Denk Cc: Ben Warren --- net/bootp.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/net/bootp.c b/net/bootp.c index 0799ae2..3093852 100644