Go to file
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
python_modules python: Fix -Wunused-parameter 2014-09-18 13:13:27 +02:00
spice1.proto Add support for the Opus codec. 2014-01-02 12:28:21 +01:00
spice_codegen.py marshaller: Use #include <> for headers in $srcdir/common 2014-04-16 16:47:55 +02:00
spice.proto spice.proto: add webdav channel 2014-03-19 14:47:04 +01:00