From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkE6C-00008y-TW for qemu-devel@nongnu.org; Mon, 09 Jan 2012 07:13:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkE68-0005uX-NY for qemu-devel@nongnu.org; Mon, 09 Jan 2012 07:13:12 -0500 Date: Mon, 9 Jan 2012 12:13:05 +0000 From: Stefan Hajnoczi Message-ID: <20120109121305.GA14603@stefanha-thinkpad.localdomain> References: <1325713636-31975-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1325713636-31975-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] configure: Modify detection of supported warning options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Wed, Jan 04, 2012 at 10:47:16PM +0100, Stefan Weil wrote: > Reversing the order of the warning options and -Werror is important > when clang is used instead of gcc. It changes nothing for gcc. > > Signed-off-by: Stefan Weil > --- > configure | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan