summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/exceptions.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/exceptions.cc
parent17869f8bf7adce5296d844c51c14e89f45fc4054 (diff)
downloadcygnal-9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9.tar.gz
cygnal-9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9.tar.bz2
cygnal-9cec3d45aa1e7c7b3aed4559aa8bef57d24612d9.zip
Respond to a multitude of g++ warnings.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r--winsup/cygwin/exceptions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc
index fad70f887..198824c42 100644
--- a/winsup/cygwin/exceptions.cc
+++ b/winsup/cygwin/exceptions.cc
@@ -439,7 +439,7 @@ stackdump (HANDLE hproc, HANDLE hthread, EXCEPTION_RECORD *e, CONTEXT *in)
/* Main exception handler. */
static int
-handle_exceptions (EXCEPTION_RECORD *e, void *arg, CONTEXT *in, void *x)
+handle_exceptions (EXCEPTION_RECORD *e, void *, CONTEXT *in, void *)
{
int sig;