diff options
author | Anatolij Gustschin <agust@denx.de> | 2011-11-19 10:06:30 (GMT) |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2011-11-23 07:33:57 (GMT) |
commit | d780e74fc3abe6a8b9a01357720c15d974d83dae (patch) | |
tree | 1a934161ea0a3157f3bef0496d06c02abf05f56c /board/bf518f-ezbrd | |
parent | bf1d6440a241838fbcef2e07394e435f9e4ae181 (diff) | |
download | u-boot-d780e74fc3abe6a8b9a01357720c15d974d83dae.tar.xz |
drivers/net/dnet.c: Fix GCC 4.6 warnings
Fix:
dnet.c: In function 'dnet_send':
dnet.c:136:9: warning: variable 'len' set but not used
[-Wunused-but-set-variable]
dnet.c: In function 'dnet_set_hwaddr':
dnet.c:209:2: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
dnet.c:209:2: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
dnet.c:209:2: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
dnet.c:209:2: warning: dereferencing type-punned pointer will
break strict-aliasing rules [-Wstrict-aliasing]
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'board/bf518f-ezbrd')
0 files changed, 0 insertions, 0 deletions