diff options
| author | hubertf <hubertf@NetBSD.org> | 1999-07-25 00:24:38 +0000 |
|---|---|---|
| committer | hubertf <hubertf@NetBSD.org> | 1999-07-25 00:24:38 +0000 |
| commit | da5bab8233f2698f91a021aa951723a66fda731c (patch) | |
| tree | 355a7f966a064c1bc90744326c41bd8f42788066 /atc/graphics.c | |
| parent | 3c08ccebb59d59eb0c012d59d6b6dd77d1a434b8 (diff) | |
| download | bsdgames-darwin-da5bab8233f2698f91a021aa951723a66fda731c.tar.gz 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/graphics.c')
| -rw-r--r-- | atc/graphics.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/atc/graphics.c b/atc/graphics.c index e7f64398..693e0ae9 100644 --- a/atc/graphics.c +++ b/atc/graphics.c @@ -1,4 +1,4 @@ -/* $NetBSD: graphics.c,v 1.6 1999/07/24 23:58:15 hubertf Exp $ */ +/* $NetBSD: graphics.c,v 1.7 1999/07/25 00:24:38 hubertf Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -50,7 +50,7 @@ #if 0 static char sccsid[] = "@(#)graphics.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: graphics.c,v 1.6 1999/07/24 23:58:15 hubertf Exp $"); +__RCSID("$NetBSD: graphics.c,v 1.7 1999/07/25 00:24:38 hubertf Exp $"); #endif #endif /* not lint */ @@ -297,7 +297,7 @@ ioerror(pos, len, str) void quit(dummy) - int dummy; + int dummy __attribute__((__unused__)); { int c, y, x; #ifdef BSD |
