summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 0b72cae7..1deaee01 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -134,7 +134,7 @@ start_daemon(void)
}
static void
-reapchild(int sig)
+reapchild(int sig GCC_UNUSED)
{
int state, pid;
@@ -226,7 +226,7 @@ u_exit(const char *mode)
}
void
-abort_bbs(int sig)
+abort_bbs(int sig GCC_UNUSED)
{
/* ignore normal signals */
Signal(SIGALRM, SIG_IGN);
@@ -337,7 +337,7 @@ mysrand(void)
}
void
-talk_request(int sig)
+talk_request(int sig GCC_UNUSED)
{
STATINC(STAT_TALKREQUEST);
bell();