summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2014-09-03 15:14:54 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-09-18 13:13:30 +0200
commitcb37de352012da27268882eb24784ba39e834712 (patch)
tree4a491ab597a51dafab92e73d8630b78fcb6e9b9d /spice.proto
parent744675b424a9db5e6fc26440dcfab961fd1d284e (diff)
downloadspice-protocol-cb37de352012da27268882eb24784ba39e834712.tar.gz
spice-protocol-cb37de352012da27268882eb24784ba39e834712.tar.xz
spice-protocol-cb37de352012da27268882eb24784ba39e834712.zip
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.
Diffstat (limited to 'spice.proto')
0 files changed, 0 insertions, 0 deletions