From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:43068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMbS7-00034N-82 for qemu-devel@nongnu.org; Wed, 18 May 2011 03:45:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMbS6-0007Pm-3L for qemu-devel@nongnu.org; Wed, 18 May 2011 03:45:55 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:37363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMbS5-0007Pi-Sg for qemu-devel@nongnu.org; Wed, 18 May 2011 03:45:54 -0400 Received: by ywl41 with SMTP id 41so515025ywl.4 for ; Wed, 18 May 2011 00:45:53 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1305666523-374-1-git-send-email-vapier@gentoo.org> References: <1305666523-374-1-git-send-email-vapier@gentoo.org> Date: Wed, 18 May 2011 08:45:52 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] configure: check for -Wendif-labels support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mike Frysinger Cc: qemu-devel@nongnu.org On Tue, May 17, 2011 at 10:08 PM, Mike Frysinger wrote: > Older gcc compilers do not support -Wendif-labels, so move it from the > hardcoded list to the dynamically detected list. > > Signed-off-by: Mike Frysinger > --- > =A0configure | =A0 =A04 ++-- > =A01 files changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Stefan Hajnoczi