From da5bab8233f2698f91a021aa951723a66fda731c Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 25 Jul 1999 00:24:38 +0000 Subject: This patch marks unused parameters in atc(6) as such. Patch submitted in PR 8058 by Joseph Myers --- atc/update.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'atc/update.c') diff --git a/atc/update.c b/atc/update.c index a1b8aa77..7cec3927 100644 --- a/atc/update.c +++ b/atc/update.c @@ -1,4 +1,4 @@ -/* $NetBSD: update.c,v 1.9 1999/07/24 23:58:15 hubertf Exp $ */ +/* $NetBSD: update.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[] = "@(#)update.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: update.c,v 1.9 1999/07/24 23:58:15 hubertf Exp $"); +__RCSID("$NetBSD: update.c,v 1.10 1999/07/25 00:24:39 hubertf Exp $"); #endif #endif not lint @@ -58,7 +58,7 @@ __RCSID("$NetBSD: update.c,v 1.9 1999/07/24 23:58:15 hubertf Exp $"); void update(dummy) - int dummy; + int dummy __attribute__((__unused__)); { int i, dir_diff, unclean; PLANE *pp, *p1, *p2; -- cgit v1.2.3-56-ge451