From 59a1b2e1425834dcc8f7d2b99c931f3c6f6bc28c Mon Sep 17 00:00:00 2001 From: dholland Date: Tue, 19 Jun 2012 05:46:08 +0000 Subject: WARNS=5, and make WARNS=5 the default for src/games. --- battlestar/command1.c | 6 +++--- battlestar/command5.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'battlestar') diff --git a/battlestar/command1.c b/battlestar/command1.c index 70441531..c69dff69 100644 --- a/battlestar/command1.c +++ b/battlestar/command1.c @@ -1,4 +1,4 @@ -/* $NetBSD: command1.c,v 1.4 2009/08/12 05:20:38 dholland Exp $ */ +/* $NetBSD: command1.c,v 1.5 2012/06/19 05:46:08 dholland Exp $ */ /* * Copyright (c) 1983, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)com1.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: command1.c,v 1.4 2009/08/12 05:20:38 dholland Exp $"); +__RCSID("$NetBSD: command1.c,v 1.5 2012/06/19 05:46:08 dholland Exp $"); #endif #endif /* not lint */ @@ -96,7 +96,7 @@ convert(int tothis) } void -news() +news(void) { int n; int hurt; diff --git a/battlestar/command5.c b/battlestar/command5.c index 0ad91e24..e5fc3a37 100644 --- a/battlestar/command5.c +++ b/battlestar/command5.c @@ -1,4 +1,4 @@ -/* $NetBSD: command5.c,v 1.3 2005/07/01 06:04:54 jmc Exp $ */ +/* $NetBSD: command5.c,v 1.4 2012/06/19 05:46:08 dholland Exp $ */ /* * Copyright (c) 1983, 1993 @@ -34,14 +34,14 @@ #if 0 static char sccsid[] = "@(#)com5.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: command5.c,v 1.3 2005/07/01 06:04:54 jmc Exp $"); +__RCSID("$NetBSD: command5.c,v 1.4 2012/06/19 05:46:08 dholland Exp $"); #endif #endif /* not lint */ #include "extern.h" void -kiss() +kiss(void) { while (wordtype[++wordnumber] != NOUNS && wordnumber <= wordcount) continue; -- cgit v1.2.3-56-ge451