commit | 4ebec1930936536eaa3e14abe588c8fddff21498 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Wed Nov 09 09:29:01 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Nov 16 21:04:32 2011 +0100 |
tree | 497a1230d857bb90f308cb54be94f56f4a19c5af | |
parent | 161ea60e8b0b4c1e7406d3963f0df6b7ddeebe79 [diff] |
board/evb64260/zuma_pbb_mbox.c: Fix GCC 4.6 build warnings Fix: zuma_pbb_mbox.c: In function 'zuma_mbox_dump': zuma_pbb_mbox.c:115:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] zuma_pbb_mbox.c:117:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Signed-off-by: Wolfgang Denk <wd@denx.de>