mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-08-07 19:11:00 +00:00
Disable warning about our use of pragma pack in include file
Without this we can't build the driver
This commit is contained in:
parent
60178205ad
commit
df85c9d314
@ -55,5 +55,6 @@
|
||||
#pragma pack(1)
|
||||
#define SPICE_ATTR_PACKED
|
||||
#pragma warning(disable:4200)
|
||||
#pragma warning(disable:4103)
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user