Re: [Spice-devel] [spice] server: Don't define a static function if it's not going to be used

2016-05-25 Thread Victor Toso
Hi, On Wed, May 25, 2016 at 09:54:07AM +0200, Francois Gouget wrote: > Signed-off-by: Francois Gouget This should be fixed by https://cgit.freedesktop.org/spice/spice/commit/?id=7a51188891885d2950bd20dc129d58f9360a2408 > --- > > Otherwise you get compiler warnings...

[Spice-devel] [spice] server: Don't define a static function if it's not going to be used

2016-05-25 Thread Francois Gouget
Signed-off-by: Francois Gouget --- Otherwise you get compiler warnings... server/display-channel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/display-channel.c b/server/display-channel.c index b970c9b..b0875e8 100644 ---