commit | 0eb592d8533c33b412889495fa3bf2daaac8da41 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Tue Nov 15 08:01:58 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Nov 16 21:14:14 2011 +0100 |
tree | 8da7214acbf888b35eb3844a9802662f1f16aaae | |
parent | bc114cc75366e8d51c82721b682e221b83a6880f [diff] |
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>