diff options
Diffstat (limited to 'trek/impulse.c')
| -rw-r--r-- | trek/impulse.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/trek/impulse.c b/trek/impulse.c index 490f52b7..cb4f08b3 100644 --- a/trek/impulse.c +++ b/trek/impulse.c @@ -1,4 +1,4 @@ -/* $NetBSD: impulse.c,v 1.4 1997/10/12 21:24:54 christos Exp $ */ +/* $NetBSD: impulse.c,v 1.5 1999/09/08 21:45:33 jsm Exp $ */ /* * Copyright (c) 1980, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)impulse.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: impulse.c,v 1.4 1997/10/12 21:24:54 christos Exp $"); +__RCSID("$NetBSD: impulse.c,v 1.5 1999/09/08 21:45:33 jsm Exp $"); #endif #endif /* not lint */ @@ -53,7 +53,7 @@ __RCSID("$NetBSD: impulse.c,v 1.4 1997/10/12 21:24:54 christos Exp $"); /*ARGSUSED*/ void impulse(v) - int v; + int v __attribute__((__unused__)); { int course; int power; |
