From c236eb893173d7076ff941420640c9129eb83ce1 Mon Sep 17 00:00:00 2001 From: jsm Date: Sun, 8 Feb 2004 22:23:50 +0000 Subject: Mark unused parameters, nonreturning functions and format functions in the few cases not already marked. --- backgammon/teachgammon/teach.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'backgammon/teachgammon') diff --git a/backgammon/teachgammon/teach.c b/backgammon/teachgammon/teach.c index 98ab026f..7d805d25 100644 --- a/backgammon/teachgammon/teach.c +++ b/backgammon/teachgammon/teach.c @@ -1,4 +1,4 @@ -/* $NetBSD: teach.c,v 1.14 2003/08/07 09:36:58 agc Exp $ */ +/* $NetBSD: teach.c,v 1.15 2004/02/08 22:23:50 jsm Exp $ */ /* * Copyright (c) 1980, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ #if 0 static char sccsid[] = "@(#)teach.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: teach.c,v 1.14 2003/08/07 09:36:58 agc Exp $"); +__RCSID("$NetBSD: teach.c,v 1.15 2004/02/08 22:23:50 jsm Exp $"); #endif #endif /* not lint */ @@ -61,7 +61,7 @@ const char *const contin[] = { int main(argc, argv) - int argc; + int argc __attribute__((__unused__)); char *argv[]; { int i; -- cgit v1.2.3-56-ge451