diff options
author | Stefan Weil <sw@weilnetz.de> | 2013-01-21 07:49:51 +0100 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-01-21 11:39:15 +0100 |
commit | 09a021fb7ceb7255ab106999d7b38ffd92c3bdd6 (patch) | |
tree | 4381018921ea817bafca4fa8fe7691634de95b60 /migration.c | |
parent | acf15c8949f125a4d4f958a5134f8eeece1f99f5 (diff) |
hw/tpci200: Fix compiler warning (redefined symbol with MinGW)
STATUS_TIMEOUT is defined in winnt.h:
CC hw/tpci200.o
hw/tpci200.c:34:0:
warning: "STATUS_TIMEOUT" redefined [enabled by default]
/usr/lib/gcc/x86_64-w64-mingw32/4.6/../../../../x86_64-w64-mingw32/include/winnt.h:1036:0:
note: this is the location of the previous definition
Use STATUS_TIME instead of STATUS_TIMEOUT as suggested by Alberto Garcia.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'migration.c')
0 files changed, 0 insertions, 0 deletions