squash warning under mingw

This commit is contained in:
Sergey Lyubka 2014-06-16 10:44:56 +01:00
parent 760511ec49
commit 030daaf5d5

View File

@ -1672,7 +1672,7 @@ static void *push_to_stdin(void *arg) {
static void *pull_from_stdout(void *arg) {
struct threadparam *tp = (struct threadparam *)arg;
int k, stop = 0;
int k = 0, stop = 0;
DWORD n, sent;
char buf[IOBUF_SIZE];