tests: Fix -Werror=format-zero-length build failure

replay.c: In function 'replay_channel_event':
replay.c:226:16: error: zero-length gnu_printf format string
[-Werror=format-zero-length]
     g_printerr("");
This commit is contained in:
Christophe Fergeau 2015-09-29 18:02:33 +02:00 committed by Frediano Ziglio
parent 1aa5185de2
commit 5eaf659aa3

View File

@ -223,8 +223,6 @@ static QXLInterface display_sif = {
static void replay_channel_event(int event, SpiceChannelEventInfo *info)
{
g_printerr("");
if (info->type == SPICE_CHANNEL_DISPLAY &&
event == SPICE_CHANNEL_EVENT_INITIALIZED) {
started = TRUE;