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/grammar.y | |
| 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/grammar.y')
| -rw-r--r-- | atc/grammar.y | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/atc/grammar.y b/atc/grammar.y index 4687582d..4f32ddf2 100644 --- a/atc/grammar.y +++ b/atc/grammar.y @@ -1,4 +1,4 @@ -/* $NetBSD: grammar.y,v 1.5 1999/07/21 13:10:47 hubertf Exp $ */ +/* $NetBSD: grammar.y,v 1.6 1999/07/25 00:24:38 hubertf Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -68,7 +68,7 @@ #if 0 static char sccsid[] = "@(#)grammar.y 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: grammar.y,v 1.5 1999/07/21 13:10:47 hubertf Exp $"); +__RCSID("$NetBSD: grammar.y,v 1.6 1999/07/25 00:24:38 hubertf Exp $"); #endif #endif /* not lint */ @@ -379,7 +379,7 @@ check_edir(x, y, dir) void check_adir(x, y, dir) - int x, y, dir; + int x __attribute__((__unused__)), y __attribute__((__unused__)), dir __attribute__((__unused__)); { } |
