diff options
author | Wolfgang Denk <wd@denx.de> | 2011-11-09 09:29:02 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-11-16 21:04:44 +0100 |
commit | 4ec6e4a88fbe4876f46f3c0dbc6292b4bb0530f0 (patch) | |
tree | b144a6baf0556a2d3592b2ef960c30a757f00e5d /tools/imximage.h | |
parent | 504f7080c33f2b39ac9528b00421f3da9096309b (diff) | |
download | u-boot-imx-4ec6e4a88fbe4876f46f3c0dbc6292b4bb0530f0.zip u-boot-imx-4ec6e4a88fbe4876f46f3c0dbc6292b4bb0530f0.tar.gz u-boot-imx-4ec6e4a88fbe4876f46f3c0dbc6292b4bb0530f0.tar.bz2 |
common/cmd_fdc.c: Fix GCC 4.6 build warnings
Fix:
cmd_fdc.c: In function 'fdc_read_data':
cmd_fdc.c:435:6: warning: variable 'flags' set but not used
[-Wunused-but-set-variable]
cmd_fdc.c:432:16: warning: variable 'pcn' set but not used
[-Wunused-but-set-variable]
cmd_fdc.c:431:20: warning: variable 'lastblk' set but not used
[-Wunused-but-set-variable]
Note: no attempts were made to otherwise cleanup the code.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'tools/imximage.h')
0 files changed, 0 insertions, 0 deletions