summaryrefslogtreecommitdiffstats
path: root/atc/log.c
diff options
context:
space:
mode:
authorhubertf <hubertf@NetBSD.org>1999-07-25 00:24:38 +0000
committerhubertf <hubertf@NetBSD.org>1999-07-25 00:24:38 +0000
commitda5bab8233f2698f91a021aa951723a66fda731c (patch)
tree355a7f966a064c1bc90744326c41bd8f42788066 /atc/log.c
parent3c08ccebb59d59eb0c012d59d6b6dd77d1a434b8 (diff)
downloadbsdgames-darwin-da5bab8233f2698f91a021aa951723a66fda731c.tar.gz
bsdgames-darwin-da5bab8233f2698f91a021aa951723a66fda731c.tar.zst
bsdgames-darwin-da5bab8233f2698f91a021aa951723a66fda731c.zip
This patch marks unused parameters in atc(6) as such.
Patch submitted in PR 8058 by Joseph Myers <jsm28@cam.ac.uk>
Diffstat (limited to 'atc/log.c')
-rw-r--r--atc/log.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atc/log.c b/atc/log.c
index 746912b4..8979b962 100644
--- a/atc/log.c
+++ b/atc/log.c
@@ -1,4 +1,4 @@
-/* $NetBSD: log.c,v 1.9 1999/07/17 19:57:03 hubertf Exp $ */
+/* $NetBSD: log.c,v 1.10 1999/07/25 00:24:39 hubertf Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -50,7 +50,7 @@
#if 0
static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: log.c,v 1.9 1999/07/17 19:57:03 hubertf Exp $");
+__RCSID("$NetBSD: log.c,v 1.10 1999/07/25 00:24:39 hubertf Exp $");
#endif
#endif not lint
@@ -292,7 +292,7 @@ log_score(list_em)
void
log_score_quit(dummy)
- int dummy;
+ int dummy __attribute__((__unused__));
{
(void)log_score(0);
exit(0);