Re: [PATCH] tests: Fix -Werror=format-zero-length build failure

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, Sep 29, 2015 at 10:05:33AM -0500, Jonathon Jongsma wrote:
> On Tue, 2015-09-29 at 16:31 +0200, Christophe Fergeau wrote:
> > replay.c: In function 'replay_channel_event':
> > replay.c:226:16: error: zero-length gnu_printf format string
> > [-Werror=format-zero-length]
> >      g_printerr("");
> > ---
> >  server/tests/replay.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/server/tests/replay.c b/server/tests/replay.c
> > index efa97e9..c1a53b1 100644
> > --- a/server/tests/replay.c
> > +++ b/server/tests/replay.c
> > @@ -223,7 +223,7 @@ static QXLInterface display_sif = {
> >  
> >  static void replay_channel_event(int event, SpiceChannelEventInfo *info)
> >  {
> > -    g_printerr("");
> > +    g_printerr("channel event");
> 
> hmm, this code is a bit strange. Do you know why we're using
> g_printerr() here instead of g_print() or similar?


No idea no, I guess I'll just drop it.

Christophe

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]