diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-06-18 21:10:25 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-06-18 21:10:25 +0200 |
commit | ae4436215cb113a02eac73c6afd368166090967c (patch) | |
tree | 8d144ec5908ada3b363dd4b24a6143f45cdd861b /python_modules | |
parent | 0f2e0378348f87c8e408a1db59783e1d9c00d68d (diff) | |
download | spice-ae4436215cb113a02eac73c6afd368166090967c.tar.gz spice-ae4436215cb113a02eac73c6afd368166090967c.tar.xz spice-ae4436215cb113a02eac73c6afd368166090967c.zip |
Make generated marshallers build on win32
Diffstat (limited to 'python_modules')
-rw-r--r-- | python_modules/marshal.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python_modules/marshal.py b/python_modules/marshal.py index 23b029a3..4cbf942d 100644 --- a/python_modules/marshal.py +++ b/python_modules/marshal.py @@ -18,6 +18,7 @@ def write_includes(writer): writer.newline() writer.writeln("#ifdef _MSC_VER") writer.writeln("#pragma warning(disable:4101)") + writer.writeln("#pragma warning(disable:4018)") writer.writeln("#endif") writer.newline() |