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. --- snake/snscore/snscore.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'snake/snscore/snscore.c') diff --git a/snake/snscore/snscore.c b/snake/snscore/snscore.c index 74c840db..ee8cd2f4 100644 --- a/snake/snscore/snscore.c +++ b/snake/snscore/snscore.c @@ -1,4 +1,4 @@ -/* $NetBSD: snscore.c,v 1.18 2009/08/12 08:48:56 dholland Exp $ */ +/* $NetBSD: snscore.c,v 1.19 2012/06/19 05:46:09 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\ #if 0 static char sccsid[] = "@(#)snscore.c 8.1 (Berkeley) 7/19/93"; #else -__RCSID("$NetBSD: snscore.c,v 1.18 2009/08/12 08:48:56 dholland Exp $"); +__RCSID("$NetBSD: snscore.c,v 1.19 2012/06/19 05:46:09 dholland Exp $"); #endif #endif /* not lint */ @@ -66,7 +66,7 @@ static struct player players[MAXPLAYERS], temp; int main(void); int -main() +main(void) { short uid, score; FILE *fd; -- cgit v1.2.3