From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpEcN-0007HC-7b for qemu-devel@nongnu.org; Wed, 19 Jun 2013 05:23:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpEYg-00060y-CY for qemu-devel@nongnu.org; Wed, 19 Jun 2013 05:20:32 -0400 Received: from [222.73.24.84] (port=7150 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpEYf-0005uE-Ud for qemu-devel@nongnu.org; Wed, 19 Jun 2013 05:20:06 -0400 Message-ID: <51C17753.1010205@cn.fujitsu.com> Date: Wed, 19 Jun 2013 17:18:11 +0800 From: Wanlong Gao MIME-Version: 1.0 References: <1371611561-5329-1-git-send-email-gaowanlong@cn.fujitsu.com> <20130619091055.GA31448@stefanha-thinkpad.muc.redhat.com> In-Reply-To: <20130619091055.GA31448@stefanha-thinkpad.muc.redhat.com> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] [PATCH] eepro100: fix compile warning Reply-To: gaowanlong@cn.fujitsu.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org On 06/19/2013 05:10 PM, Stefan Hajnoczi wrote: > On Wed, Jun 19, 2013 at 11:12:41AM +0800, Wanlong Gao wrote: >> hw/net/eepro100.c:108:0: error: "BIT" redefined [-Werror] >> In file included from /work/git/qemu/include/qemu/bitmap.h:16:0, >> from /work/git/qemu/include/sysemu/sysemu.h:12, >> from hw/net/eepro100.c:48: > > This #include does not exist in qemu.git/master. Therefore this patch > breaks the build. > > NACK Oops, sorry it's my fault. Thanks, Wanlong Gao > >