diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-06-27 23:40:17 +0200 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-08-23 12:35:27 +0100 |
commit | 8fa942c9dd98a1921fbffbcb6b3f85fea8eda1c8 (patch) | |
tree | 76b9d9be714c1de261312cb81e3429818f9ebd67 /docs | |
parent | 230944a8f7b03d2b27dd65e2649f2067c31c65ed (diff) | |
download | busybox-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 'docs')
0 files changed, 0 insertions, 0 deletions