summaryrefslogtreecommitdiffstats
path: root/spice.proto
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2014-09-03 11:51:45 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-09-18 13:13:27 +0200
commit744675b424a9db5e6fc26440dcfab961fd1d284e (patch)
tree00e65988ea942bc1ec57de545f377fe8c6b76ab7 /spice.proto
parent3916b9d813e716d0c8c03a2be82dd169e4461e90 (diff)
downloadspice-protocol-744675b424a9db5e6fc26440dcfab961fd1d284e.tar.gz
spice-protocol-744675b424a9db5e6fc26440dcfab961fd1d284e.tar.xz
spice-protocol-744675b424a9db5e6fc26440dcfab961fd1d284e.zip
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.
Diffstat (limited to 'spice.proto')
0 files changed, 0 insertions, 0 deletions