spice-protocol-pxvdi/python_modules
Fabiano Fidêncio 744675b424 python: Fix -Wunused-parameter
Although the most part of the parameters marked as unused are actually
being used for a few functions, a bunch of warnings can be seen when
the code is compiled with "-Wall -Wextra". As adding the unused attribute
means that the variable/parameter is meant to be *possibly* unused, we're
safe adding it in the generated code, even for used variables/parameters.
2014-09-18 13:13:27 +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 -Wunused-parameter 2014-09-18 13:13:27 +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