From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEjr7-0004L6-05 for qemu-devel@nongnu.org; Thu, 11 Jun 2009 08:58:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEjr2-0004KC-IO for qemu-devel@nongnu.org; Thu, 11 Jun 2009 08:58:08 -0400 Received: from [199.232.76.173] (port=52233 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEjr2-0004K9-CI for qemu-devel@nongnu.org; Thu, 11 Jun 2009 08:58:04 -0400 Received: from qw-out-1920.google.com ([74.125.92.149]:48014) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEjr1-0008Tg-Sq for qemu-devel@nongnu.org; Thu, 11 Jun 2009 08:58:04 -0400 Received: by qw-out-1920.google.com with SMTP id 4so781584qwk.4 for ; Thu, 11 Jun 2009 05:58:02 -0700 (PDT) Message-ID: <4A30FF58.6@codemonkey.ws> Date: Thu, 11 Jun 2009 07:58:00 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [RFC] Enable Werrror by default References: <200906111335.10116.paul@codesourcery.com> In-Reply-To: <200906111335.10116.paul@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: qemu-devel@nongnu.org Paul Brook wrote: > I'd like to enable Werror by default. I've been using --enable-werror locally > for a while now, and it's been extremely useful in picking up dumb errors > (like the recent stellaris_enet.c breakage). > > Any objections? > It's going to break Windows and more recent versions of GCC. Regards, Anthony Liguori > You can of course configure with --disable-werror if you really want the force > things to build. > > Paul >