We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd47fe commit 752e969Copy full SHA for 752e969
games/adventure/init.c
@@ -1,4 +1,4 @@
1
-/* $NetBSD: init.c,v 1.10 1998/08/29 20:19:56 hubertf Exp $ */
+/* $NetBSD: init.c,v 1.11 1999/02/10 12:38:54 hubertf Exp $ */
2
3
/*-
4
* Copyright (c) 1993
@@ -43,7 +43,7 @@
43
#if 0
44
static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93";
45
#else
46
-__RCSID("$NetBSD: init.c,v 1.10 1998/08/29 20:19:56 hubertf Exp $");
+__RCSID("$NetBSD: init.c,v 1.11 1999/02/10 12:38:54 hubertf Exp $");
47
#endif
48
#endif /* not lint */
49
@@ -217,7 +217,7 @@ linkdata()
217
218
void
219
trapdel(n) /* come here if he hits a del */
220
- int n;
+ int n __attribute__((__unused__));
221
{
222
delhit = 1; /* main checks, treats as QUIT */
223
signal(SIGINT, trapdel);/* catch subsequent DELs */
0 commit comments