diff options
author | Anatolij Gustschin <agust@denx.de> | 2011-12-20 05:16:45 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-12-20 23:20:27 +0100 |
commit | 821315fe2f4f571e472edf1952005f75b0499823 (patch) | |
tree | 7ee7e91b9ce83f6a672b4b3db8fd68c7634d9515 /tools/Makefile | |
parent | ea2d915974342e3af8a7c390fd11ae075c583f5b (diff) | |
download | u-boot-imx-821315fe2f4f571e472edf1952005f75b0499823.zip u-boot-imx-821315fe2f4f571e472edf1952005f75b0499823.tar.gz u-boot-imx-821315fe2f4f571e472edf1952005f75b0499823.tar.bz2 |
board/esd/cpci750/mv_eth.c: Fix GCC 4.6 build warnings
Fix:
mv_eth.c: In function 'mv64360_eth_real_open':
mv_eth.c:425:6: warning: variable 'port_status' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'mv64360_eth_stop':
mv_eth.c:643:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'mv64360_eth_xmit':
mv_eth.c:719:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'mv64360_eth_receive':
mv_eth.c:804:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'mv64360_eth_get_stats':
mv_eth.c:903:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'mv64360_eth_update_stat':
mv_eth.c:931:24: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
mv_eth.c:930:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'mv64360_eth_print_stat':
mv_eth.c:1012:15: warning: variable 'port_num' set but not used [-Wunused-but-set-variable]
mv_eth.c: In function 'eth_clear_mib_counters':
mv_eth.c:2069:15: warning: variable 'dummy' set but not used [-Wunused-but-set-variable
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Reinhard Arlt <reinhard.arlt@esd.eu>
Diffstat (limited to 'tools/Makefile')
0 files changed, 0 insertions, 0 deletions