diff options
| author | Cao Jiaxi | 2019-05-07 13:55:03 +0200 |
|---|---|---|
| committer | Peter Maydell | 2019-05-07 13:55:03 +0200 |
| commit | 946376c21be1cd9dcc3c7936b204b113781603f7 (patch) | |
| tree | 50618f83549380308d3bc7e9a6bcb0f5d8a3a5e1 /scripts/switch-timer-api | |
| parent | util/cacheinfo: Use uint64_t on LLP64 model to satisfy Windows ARM64 (diff) | |
| download | qemu-946376c21be1cd9dcc3c7936b204b113781603f7.tar.gz qemu-946376c21be1cd9dcc3c7936b204b113781603f7.tar.xz qemu-946376c21be1cd9dcc3c7936b204b113781603f7.zip | |
osdep: Fix mingw compilation regarding stdio formats
I encountered the following compilation error on mingw:
/mnt/d/qemu/include/qemu/osdep.h:97:9: error: '__USE_MINGW_ANSI_STDIO' macro redefined [-Werror,-Wmacro-redefined]
#define __USE_MINGW_ANSI_STDIO 1
^
/mnt/d/llvm-mingw/aarch64-w64-mingw32/include/_mingw.h:433:9: note: previous definition is here
#define __USE_MINGW_ANSI_STDIO 0 /* was not defined so it should be 0 */
It turns out that __USE_MINGW_ANSI_STDIO must be set before any
system headers are included, not just before stdio.h.
Signed-off-by: Cao Jiaxi <driver1998@foxmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Message-id: 20190503003719.10233-1-driver1998@foxmail.com
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'scripts/switch-timer-api')
0 files changed, 0 insertions, 0 deletions
