From df85c9d31405abfdc3b0254d5c64fe21991a10ad Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 5 Mar 2010 16:25:05 +0100 Subject: Disable warning about our use of pragma pack in include file Without this we can't build the driver --- spice/start-packed.h | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3