spice-common/python_modules
Fabiano Fidêncio 840bcfe7a2 python: Fix -Wsign-compare
The return of the get_array_size() is used as a limit in a loop,
being compared with an unsigned index (indexes are always unsigned).
To avoid the -Wsign-compare warning, let's cast the return of the
get_array_size() to unsigned and make GCC happier.
2014-09-18 13:13:30 +02:00
..
__init__.py Initial import of spice protocol description and demarshall generator 2012-03-20 15:25:43 +01:00
codegen.py spice_codegen: Always write a channels entry for an ifdef-ed channel 2012-03-20 15:31:30 +01:00
demarshal.py python: Fix -Wunused-parameter 2014-09-18 13:13:27 +02:00
Makefile.am build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
marshal.py python: Fix -Wsign-compare 2014-09-18 13:13:30 +02:00
ptypes.py codegen: Add a --generate-wireshark-dissector option 2013-10-23 11:41:43 -05:00
spice_parser.py allow attributes on channel elements in .proto files 2012-03-20 15:31:30 +01:00