[Spice-commits] spice/start-packed.h
Alexander Larsson
alexl at kemper.freedesktop.org
Fri Mar 5 07:26:02 PST 2010
spice/start-packed.h | 1 +
1 file changed, 1 insertion(+)
New commits:
commit df85c9d31405abfdc3b0254d5c64fe21991a10ad
Author: Alexander Larsson <alexl at redhat.com>
Date: Fri Mar 5 16:25:05 2010 +0100
Disable warning about our use of pragma pack in include file
Without this we can't build the driver
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
More information about the Spice-commits
mailing list