* mingw-ser.c (console_select_thread): Add return to make
compiler happy.
(pipe_select_thread): Likewise.
(file_select_thread): Likewise.
+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.
+
2009-01-14 Pedro Alves <pedro@codesourcery.com>
* 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