mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-07 06:59:50 +00:00
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:
parent
1aa5185de2
commit
5eaf659aa3
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user