diff options
author | Stefan Roese <sr@denx.de> | 2011-11-15 08:01:58 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-11-16 21:14:14 +0100 |
commit | f0813ab128a6f3e651454f4fca39bce32c90fe62 (patch) | |
tree | 8da7214acbf888b35eb3844a9802662f1f16aaae /drivers/video/cfb_console.c | |
parent | af0af524ed80f5a5d048e2b283cff325c0dbe9c2 (diff) | |
download | u-boot-imx-f0813ab128a6f3e651454f4fca39bce32c90fe62.zip u-boot-imx-f0813ab128a6f3e651454f4fca39bce32c90fe62.tar.gz u-boot-imx-f0813ab128a6f3e651454f4fca39bce32c90fe62.tar.bz2 |
4xx_enet.c: Fix GCC 4.6 build warnings
Fix:
4xx_enet.c: In function 'ppc_4xx_eth_init':
4xx_enet.c:875:6: warning: variable 'ethgroup' set but not used [-Wunused-but-set-variable]
I used "__maybe_unused" here intentionally, since all other
alternatives to fix this compilation warning would result in more
ifdef's.
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/video/cfb_console.c')
0 files changed, 0 insertions, 0 deletions