Go to file
Fabiano Fidêncio cb37de3520 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
python_modules python: Fix -Wsign-compare 2014-09-18 13:13:30 +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