Go to file
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
common common/sw_canvas: remove unused error val 2012-03-20 15:25:50 +01:00
python_modules demarshaller/marshaller fix gcc 4.6.0 2012-03-20 15:25:50 +01:00
spice1.proto Don't send padding over the network with video data 2012-03-20 15:25:49 +01:00
spice_codegen.py Make pointers 32bit in new protocol format 2012-03-20 15:25:45 +01:00
spice.proto smartcard: add to spice.proto 2012-03-20 15:25:50 +01:00