aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2017-06-27 23:40:17 +0200
committerRon Yorston <rmy@pobox.com>2017-08-23 12:35:27 +0100
commit8fa942c9dd98a1921fbffbcb6b3f85fea8eda1c8 (patch)
tree76b9d9be714c1de261312cb81e3429818f9ebd67 /arch
parent230944a8f7b03d2b27dd65e2649f2067c31c65ed (diff)
downloadbusybox-w32-8fa942c9dd98a1921fbffbcb6b3f85fea8eda1c8.tar.gz
busybox-w32-8fa942c9dd98a1921fbffbcb6b3f85fea8eda1c8.tar.bz2
busybox-w32-8fa942c9dd98a1921fbffbcb6b3f85fea8eda1c8.zip
win32/select: work around a compiler warning
The `tend` variable is only ever initialized and used if the timeout is *not* infinite. However, GCC is not smart enough to figure that out. So just initialize the variable to 0 and be done with it already. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Ron Yorston <rmy@pobox.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions