From da6d3cfacf155c60bf050ed3ce9d27f93cd86814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 9 Dec 2013 13:55:28 +0000 Subject: [PATCH] tools: play: fix compiler warning on windows --- tools/gst-play-kb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gst-play-kb.c b/tools/gst-play-kb.c index ad26e1d53f..791269d957 100644 --- a/tools/gst-play-kb.c +++ b/tools/gst-play-kb.c @@ -137,6 +137,7 @@ gboolean gst_play_kb_set_key_handler (GstPlayKbFunc key_func, gpointer user_data) { GST_FIXME ("Keyboard handling for this OS needs to be implemented"); + return FALSE; } #endif /* !G_OS_UNIX */