From d671148d99e35b7643068d3ea59babaf7ce336e8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 25 Jul 2018 20:22:32 -0700 Subject: 4412 Drop names of unused arguments. --- subx/001help.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subx') diff --git a/subx/001help.cc b/subx/001help.cc index b4d58de5..564c1211 100644 --- a/subx/001help.cc +++ b/subx/001help.cc @@ -158,7 +158,7 @@ void initialize_signal_handlers() { sigaction(SIGABRT, &action, NULL); // assert() failure or integer overflow on linux (with -ftrapv) sigaction(SIGILL, &action, NULL); // integer overflow on OS X (with -ftrapv) } -void dump_and_exit(int sig, vestigial siginfo_t* dummy1, vestigial void* dummy2) { +void dump_and_exit(int sig, vestigial siginfo_t*, vestigial void*) { switch (sig) { case SIGABRT: #ifndef __APPLE__ -- cgit 1.4.1-2-gfad0