Re: [Spice-devel] [PATCH spice-common] silence -Wunused-parameter

2016-11-01 Thread Frediano Ziglio
> > --- > common/log.c| 2 +- > python_modules/demarshal.py | 2 +- > tests/test-logging.c| 2 +- > tests/test-marshallers.c| 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/common/log.c b/common/log.c > index 20d4597..28f518b 100644 > --- a/

Re: [Spice-devel] [PATCH spice-common] silence -Wunused-parameter

2016-11-01 Thread Victor Toso
On Tue, Nov 01, 2016 at 02:13:22PM +0100, Pavel Grunt wrote: > --- > common/log.c| 2 +- > python_modules/demarshal.py | 2 +- > tests/test-logging.c| 2 +- > tests/test-marshallers.c| 2 +- Acked-by: Victor Toso > 4 files changed, 4 insertions(+), 4 deletions(-) >

[Spice-devel] [PATCH spice-common] silence -Wunused-parameter

2016-11-01 Thread Pavel Grunt
--- common/log.c| 2 +- python_modules/demarshal.py | 2 +- tests/test-logging.c| 2 +- tests/test-marshallers.c| 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/log.c b/common/log.c index 20d4597..28f518b 100644 --- a/common/log.c +++ b/comm