mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
2009-01-14 Kai Tietz <kai.tietz@onevision.com>
* mingw-ser.c (console_select_thread): Add return to make compiler happy. (pipe_select_thread): Likewise. (file_select_thread): Likewise.
This commit is contained in:
@ -573,6 +573,7 @@ console_select_thread (void *arg)
|
||||
|
||||
SetEvent(state->have_stopped);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
@ -633,6 +634,7 @@ pipe_select_thread (void *arg)
|
||||
|
||||
SetEvent (state->have_stopped);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static DWORD WINAPI
|
||||
@ -657,6 +659,7 @@ file_select_thread (void *arg)
|
||||
|
||||
SetEvent (state->have_stopped);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user