Ignore QEMU_BUILD_BUG_MSG on MSVC

This commit is contained in:
mio 2021-12-30 00:28:24 +01:00
parent ab4ef2e1de
commit dc402d78ec
No known key found for this signature in database
GPG Key ID: DFF27E34A47CB873
1 changed files with 1 additions and 0 deletions

View File

@ -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)