From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpEPt-0001af-Co for qemu-devel@nongnu.org; Wed, 19 Jun 2013 05:11:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpEPs-0002w7-AR for qemu-devel@nongnu.org; Wed, 19 Jun 2013 05:11:01 -0400 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:43163) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpEPr-0002w0-EO for qemu-devel@nongnu.org; Wed, 19 Jun 2013 05:10:59 -0400 Received: by mail-wg0-f45.google.com with SMTP id j13so4400216wgh.24 for ; Wed, 19 Jun 2013 02:10:58 -0700 (PDT) Date: Wed, 19 Jun 2013 11:10:55 +0200 From: Stefan Hajnoczi Message-ID: <20130619091055.GA31448@stefanha-thinkpad.muc.redhat.com> References: <1371611561-5329-1-git-send-email-gaowanlong@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1371611561-5329-1-git-send-email-gaowanlong@cn.fujitsu.com> Subject: Re: [Qemu-devel] [PATCH] eepro100: fix compile warning List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wanlong Gao Cc: qemu-devel@nongnu.org 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