]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - hunt/huntd/faketalk.c
Mark unused parameters, nonreturning functions and format functions in
[bsdgames-darwin.git] / hunt / huntd / faketalk.c
index c9237b5aa95a67639e765570ae4a9bc0ff053ec3..593cb4a0e85dd7068e849565cc53d3f42baff57a 100644 (file)
@@ -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);
 }