]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net/bootp.c: fix compile warning
authorWolfgang Denk <wd@denx.de>
Fri, 11 Sep 2009 07:05:32 +0000 (09:05 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 11 Sep 2009 08:10:12 +0000 (10:10 +0200)
commitd8d8724be06df43772162dc344ae20dfa814dc72
treefe6545d16d41462603b18ab96885c8742953dc96
parent51003b89816848cbe86a8fe48f970ba8b14005f5
net/bootp.c: fix compile warning

Fix warning: bootp.c:695: warning: dereferencing type-punned pointer
will break strict-aliasing rules

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Ben Warren <biggerbadderben@gmail.com>
net/bootp.c