commit | 65766f38522cc48cab8380f7442cc489ff5020c0 | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Fri Nov 04 15:55:09 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Nov 07 22:09:39 2011 +0100 |
tree | 431e585ead74e5e29a66e116d5d1fa4126eb8252 | |
parent | 1c2931d4ecd6ef51d4d33f3375d3e3eb5c2fe0b3 [diff] |
board/tqc/tqm5200/cmd_stk52xx.c: fix GC 4.6 build warnings Fix: cmd_stk52xx.c: In function 'spi_transmit': cmd_stk52xx.c:85:6: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] cmd_stk52xx.c: In function 'i2s_play_wave': cmd_stk52xx.c:199:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] Signed-off-by: Wolfgang Denk <wd@denx.de>