From owner-cvs-all Tue Sep 14 19:13: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id 7F31B15579; Tue, 14 Sep 1999 19:13:02 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id EB8AF1CC0; Wed, 15 Sep 1999 10:13:00 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Bill Fumerola Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/games/caesar caesar.c In-reply-to: Your message of "Tue, 14 Sep 1999 20:55:06 -0400." Date: Wed, 15 Sep 1999 10:13:00 +0800 From: Peter Wemm Message-Id: <19990915021300.EB8AF1CC0@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Bill Fumerola wrote: > On Tue, 14 Sep 1999, Peter Wemm wrote: > > > peter 1999/09/14 18:42:48 PDT > > > > Modified files: > > games/caesar caesar.c > > Log: > > Fix warning: return type of `main' is not `int' > > FYI - to all committers, I'm working on fixing all -Wall warnings > in src/games, I'd appreciate if you could run changes by me, because > this just makes keeping current harder. Sorry. BTW; I kinda like what NetBSD have done in this area with the WARNS make variable. You can set WARNS?=1 for turning on some -W warnings, and WARNS?=2 for -Wall type warnings. The beauty is that you could set it in (say) usr.bin/Makefile.inc and if required, override it in individual makefiles, as well as globally overriding it in /etc/make.conf. Also you can 'make WARNS=2' for actually doing the fixes. > Thanks, Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message