spice-common/python_modules
Alon Levy 01580185e9 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).
2012-03-20 15:25:50 +01:00
..
__init__.py Initial import of spice protocol description and demarshall generator 2012-03-20 15:25:43 +01:00
codegen.py support python 2.5.4+ for marshaller/demarshallers 2012-03-20 15:25:49 +01:00
demarshal.py demarshaller/marshaller fix gcc 4.6.0 2012-03-20 15:25:50 +01:00
Makefile.am Make distcheck work 2012-03-20 15:25:48 +01:00
marshal.py demarshaller/marshaller fix gcc 4.6.0 2012-03-20 15:25:50 +01:00
ptypes.py spice codegen: fix copy-o, no such variable value 2012-03-20 15:25:50 +01:00
spice_parser.py Don't send CursorHeader if cursor_flags is NONE 2012-03-20 15:25:49 +01:00