]> git.proxmox.com Git - qemu.git/commit
rewrite QEMU_BUILD_BUG_ON
authorDong Xu Wang <wdongxu@linux.vnet.ibm.com>
Tue, 20 Dec 2011 09:03:47 +0000 (17:03 +0800)
committerKevin Wolf <kwolf@redhat.com>
Thu, 9 Feb 2012 15:17:51 +0000 (16:17 +0100)
commitea8f978ffef325ab2fd0edcf5f24b6dcec6078f3
tree78017a8c65b689b396d408977a1d2b5b5692b54a
parent75bab85ca01876f912caf46f5fcb4ca8d9a50584
rewrite QEMU_BUILD_BUG_ON

On some platforms, __LINE__ will not expand to real number in QEMU_BUILD_BUG_ON,
so if using QEMU_BUILD_BUG_ON twice, compiler will report errors. This patch will
fix it.

BTW, I got error message on RHEL 6.1/gcc 4.4.5.

Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
compiler.h