From owner-freebsd-hackers@FreeBSD.ORG Mon Oct 12 10:30:38 2009 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3DD651065692; Mon, 12 Oct 2009 10:30:38 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id F39E68FC12; Mon, 12 Oct 2009 10:30:37 +0000 (UTC) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id F2E786D41C; Mon, 12 Oct 2009 10:30:36 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id B21C984503; Mon, 12 Oct 2009 12:30:36 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Gabor Kovesdan References: <20091011145021.GG36937@acme.spoerlein.net> <20091011170918.GU71731@hoeg.nl> <4AD2FD6E.8090208@FreeBSD.org> Date: Mon, 12 Oct 2009 12:30:36 +0200 In-Reply-To: <4AD2FD6E.8090208@FreeBSD.org> (Gabor Kovesdan's message of "Mon, 12 Oct 2009 11:57:02 +0200") Message-ID: <8663aksy43.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.95 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Ed Schouten , FreeBSD Hackers Subject: Re: RFC: Big Makefile patch for WARNS settings X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Oct 2009 10:30:38 -0000 Gabor Kovesdan writes: > What I noticed is that the patch sets WARNS?=3D0 for a lot of utilities, > which actually have higher WARNS-compliance. WARNS level 0 is the current default. All Ulrich's patch does is reverse the logic so that WARNS is 6 by default and anything that didn't already set WARNS explicitly sets it to 0, so the actual value of WARNS in each Makefile is the same as before. This is orthogonal to actually fixing whatever doesn't currently build at a higher WARNS level. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no