aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/window.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-02-21 05:20:38 +0000
committerChristopher Faylor <me@cgf.cx>2000-02-21 05:20:38 +0000
commit9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9 (patch)
treec7033544db3e6e96f568e08cc0b283c58cb24e94 /winsup/cygwin/window.cc
parent17869f8bf7adce5296d844c51c14e89f45fc4054 (diff)
downloadnewlib-9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9.zip
newlib-9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9.tar.gz
newlib-9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9.tar.bz2
Respond to a multitude of g++ warnings.
Diffstat (limited to 'winsup/cygwin/window.cc')
-rw-r--r--winsup/cygwin/window.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/window.cc b/winsup/cygwin/window.cc
index 567d9a8..336196d 100644
--- a/winsup/cygwin/window.cc
+++ b/winsup/cygwin/window.cc
@@ -63,7 +63,7 @@ WndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
static HANDLE window_started;
static DWORD WINAPI
-Winmain (VOID *arg)
+Winmain (VOID *)
{
MSG msg;
WNDCLASS wc;