diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-24 19:15:44 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-24 19:15:44 +0200 |
commit | 334e12ac6a5c26a83e45e32436449730877de49a (patch) | |
tree | 7f3e7906e16fe29b5b12c8634e7ceee044d577c7 /networking | |
parent | 49d51598ac1db5e07a496a3014545f5daab8c501 (diff) | |
download | busybox-w32-334e12ac6a5c26a83e45e32436449730877de49a.tar.gz busybox-w32-334e12ac6a5c26a83e45e32436449730877de49a.tar.bz2 busybox-w32-334e12ac6a5c26a83e45e32436449730877de49a.zip |
zcip: ...ad suppress the warning
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/zcip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/zcip.c b/networking/zcip.c index f0e734283..1d6910555 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -345,7 +345,7 @@ int zcip_main(int argc UNUSED_PARAM, char **argv) | |||
345 | state = PROBE; | 345 | state = PROBE; |
346 | while (1) { | 346 | while (1) { |
347 | struct pollfd fds[1]; | 347 | struct pollfd fds[1]; |
348 | unsigned deadline_us; | 348 | unsigned deadline_us = deadline_us; |
349 | struct arp_packet p; | 349 | struct arp_packet p; |
350 | int ip_conflict; | 350 | int ip_conflict; |
351 | int n; | 351 | int n; |