diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-03-05 16:25:05 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-03-05 16:25:05 +0100 |
commit | df85c9d31405abfdc3b0254d5c64fe21991a10ad (patch) | |
tree | 075254054635ad90a6356171a612699945c2447c /spice | |
parent | 60178205ad1fcf0c28753de077e270b1b3077756 (diff) |
Disable warning about our use of pragma pack in include file
Without this we can't build the driver
Diffstat (limited to 'spice')
-rw-r--r-- | spice/start-packed.h | 1 |
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 |