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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'battlestar/command1.c') 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; -- cgit v1.2.3