Re: [Qemu-devel] [PATCH] eepro100: fix compile warning

2013-06-19 Thread Wanlong Gao
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/sysem

Re: [Qemu-devel] [PATCH] eepro100: fix compile warning

2013-06-19 Thread Stefan Hajnoczi
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

[Qemu-devel] [PATCH] eepro100: fix compile warning

2013-06-18 Thread Wanlong Gao
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: /work/git/qemu/include/qemu/bitops.h:21:0: note: this is the locati