spice/python_modules
Alon Levy a13824b22a demarshaller/marshaller fix gcc 4.6.0
python_modules/demarshal.py and marshal.py fixes for gcc 4.6.0
warning about set but unused variables. The fixes disable creating
of variables mem_size when they are not used (demarshall) and
declaring a src variable when the message doesn't use it (marshal).

You need to touch *.proto after applying this (should add a Makefile
dependency).
2011-01-25 17:29:31 +02:00
..
__init__.py Initial import of spice protocol description and demarshall generator 2010-06-18 16:32:10 +02:00
codegen.py support python 2.5.4+ for marshaller/demarshallers 2010-08-17 16:56:47 +02:00
demarshal.py demarshaller/marshaller fix gcc 4.6.0 2011-01-25 17:29:31 +02:00
Makefile.am Make distcheck work 2010-07-08 20:20:35 +02:00
marshal.py demarshaller/marshaller fix gcc 4.6.0 2011-01-25 17:29:31 +02:00
ptypes.py spice codegen: fix copy-o, no such variable value 2010-12-06 18:09:15 +02:00
spice_parser.py Don't send CursorHeader if cursor_flags is NONE 2010-07-19 16:28:23 +02:00