]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net/bootp.c: Fix GCC 4.6 warning
authorAnatolij Gustschin <agust@denx.de>
Sat, 19 Nov 2011 10:29:58 +0000 (10:29 +0000)
committerHeiko Schocher <hs@denx.de>
Wed, 23 Nov 2011 07:25:50 +0000 (08:25 +0100)
commitc0fe04bf6559c5cb504f107d81f6a80b9416e986
tree3994b26db1d0092c1578b6f2841ed42e8faa24f6
parent5bf2766b4b5e59c7648a0d4137b17f3a46b5a9bb
net/bootp.c: Fix GCC 4.6 warning

Fix:
bootp.c: In function 'BootpCopyNetParams':
bootp.c:108:11: warning: unused variable 'tmp_ip' [-Wunused-variable]

Signed-off-by: Anatolij Gustschin <agust@denx.de>
net/bootp.c