* mingw-ser.c (console_select_thread): Add return to make
compiler happy.
(pipe_select_thread): Likewise.
(file_select_thread): Likewise.
+
+ * mingw-ser.c (console_select_thread): Add return to make
+ compiler happy.
+ (pipe_select_thread): Likewise.
+ (file_select_thread): Likewise.
+
* mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
SetEvent(state->have_stopped);
}
+ return 0;
}
static int
SetEvent (state->have_stopped);
}
+ return 0;
}
static DWORD WINAPI
SetEvent (state->have_stopped);
}
+ return 0;
}
static void