Commit 030daaf5 authored by Sergey Lyubka's avatar Sergey Lyubka

squash warning under mingw

parent 760511ec
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment