summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-03-05 16:25:05 +0100
committerAlexander Larsson <alexl@redhat.com>2010-03-05 16:25:05 +0100
commitdf85c9d31405abfdc3b0254d5c64fe21991a10ad (patch)
tree075254054635ad90a6356171a612699945c2447c
parent60178205ad1fcf0c28753de077e270b1b3077756 (diff)
Disable warning about our use of pragma pack in include file
Without this we can't build the driver
-rw-r--r--spice/start-packed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice/start-packed.h b/spice/start-packed.h
index f3b1594..78ec7c7 100644
--- a/spice/start-packed.h
+++ b/spice/start-packed.h
@@ -55,5 +55,6 @@
#pragma pack(1)
#define SPICE_ATTR_PACKED
#pragma warning(disable:4200)
+#pragma warning(disable:4103)
#endif