Ignore QEMU_BUILD_BUG_MSG on MSVC
This commit is contained in:
parent
ab4ef2e1de
commit
dc402d78ec
|
@ -77,6 +77,7 @@ static union MSVC_FLOAT_HACK __NAN = {{0x00, 0x00, 0xC0, 0x7F}};
|
|||
#define cat2(x,y) cat(x,y)
|
||||
#define QEMU_BUILD_BUG_ON(x)
|
||||
#define QEMU_BUILD_BUG_ON_ZERO(x)
|
||||
#define QEMU_BUILD_BUG_MSG(x, msg)
|
||||
|
||||
#define GCC_FMT_ATTR(n, m)
|
||||
|
||||
|
|
Loading…
Reference in New Issue