spice-gtk/python_modules
Alon Levy 57d8b3fa4f 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-04-11 11:07:32 +02:00
..
__init__.py Initial import from SPICE 2010-11-23 17:00:17 +01:00
.gitignore gtk: first stab at gtk-doc documentation 2010-12-05 22:19:16 +01:00
codegen.py Initial import from SPICE 2010-11-23 17:00:17 +01:00
demarshal.py demarshaller/marshaller fix gcc 4.6.0 2011-04-11 11:07:32 +02:00
Makefile.am gtk: first stab at gtk-doc documentation 2010-12-05 22:19:16 +01:00
marshal.py demarshaller/marshaller fix gcc 4.6.0 2011-04-11 11:07:32 +02:00
ptypes.py Initial import from SPICE 2010-11-23 17:00:17 +01:00
spice_parser.py Initial import from SPICE 2010-11-23 17:00:17 +01:00