summaryrefslogtreecommitdiffstats
path: root/fortune/unstr
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2004-02-08 22:23:50 +0000
committerjsm <jsm@NetBSD.org>2004-02-08 22:23:50 +0000
commitc236eb893173d7076ff941420640c9129eb83ce1 (patch)
tree445bd2d2533915f8055805a94c2274f6174619f5 /fortune/unstr
parentad21fb31560f9565323f89d2a1468cff25268ae6 (diff)
downloadbsdgames-darwin-c236eb893173d7076ff941420640c9129eb83ce1.tar.gz
bsdgames-darwin-c236eb893173d7076ff941420640c9129eb83ce1.tar.zst
bsdgames-darwin-c236eb893173d7076ff941420640c9129eb83ce1.zip
Mark unused parameters, nonreturning functions and format functions in
the few cases not already marked.
Diffstat (limited to 'fortune/unstr')
-rw-r--r--fortune/unstr/unstr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fortune/unstr/unstr.c b/fortune/unstr/unstr.c
index 969af904..d5a4a0fe 100644
--- a/fortune/unstr/unstr.c
+++ b/fortune/unstr/unstr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: unstr.c,v 1.10 2004/01/27 20:30:29 jsm Exp $ */
+/* $NetBSD: unstr.c,v 1.11 2004/02/08 22:23:50 jsm Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\
#if 0
static char sccsid[] = "@(#)unstr.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: unstr.c,v 1.10 2004/01/27 20:30:29 jsm Exp $");
+__RCSID("$NetBSD: unstr.c,v 1.11 2004/02/08 22:23:50 jsm Exp $");
#endif
#endif /* not lint */
@@ -86,7 +86,7 @@ void order_unstr(STRFILE *);
/* ARGSUSED */
int
main(ac, av)
- int ac;
+ int ac __attribute__((__unused__));
char **av;
{
static STRFILE tbl; /* description table */