mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 05:26:15 +08:00
squash warning under mingw
This commit is contained in:
parent
760511ec49
commit
030daaf5d5
@ -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];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user