diff options
| author | jsm <jsm@NetBSD.org> | 2004-02-08 22:23:50 +0000 |
|---|---|---|
| committer | jsm <jsm@NetBSD.org> | 2004-02-08 22:23:50 +0000 |
| commit | c236eb893173d7076ff941420640c9129eb83ce1 (patch) | |
| tree | 445bd2d2533915f8055805a94c2274f6174619f5 /hunt/huntd/faketalk.c | |
| parent | ad21fb31560f9565323f89d2a1468cff25268ae6 (diff) | |
| download | bsdgames-darwin-c236eb893173d7076ff941420640c9129eb83ce1.tar.gz bsdgames-darwin-c236eb893173d7076ff941420640c9129eb83ce1.zip | |
Mark unused parameters, nonreturning functions and format functions in
the few cases not already marked.
Diffstat (limited to 'hunt/huntd/faketalk.c')
| -rw-r--r-- | hunt/huntd/faketalk.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hunt/huntd/faketalk.c b/hunt/huntd/faketalk.c index c9237b5a..593cb4a0 100644 --- a/hunt/huntd/faketalk.c +++ b/hunt/huntd/faketalk.c @@ -1,4 +1,4 @@ -/* $NetBSD: faketalk.c,v 1.9 2004/01/27 20:30:29 jsm Exp $ */ +/* $NetBSD: faketalk.c,v 1.10 2004/02/08 22:23:50 jsm Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. * All rights reserved. @@ -32,7 +32,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: faketalk.c,v 1.9 2004/01/27 20:30:29 jsm Exp $"); +__RCSID("$NetBSD: faketalk.c,v 1.10 2004/02/08 22:23:50 jsm Exp $"); #endif /* not lint */ #include "bsd.h" @@ -74,7 +74,7 @@ SIGNAL_TYPE exorcise(int); SIGNAL_TYPE exorcise(dummy) - int dummy; + int dummy __attribute__((__unused__)); { (void) wait(0); } |
