From 00d4a0c6d41bc16d3ad20e908525e661db4d4c2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 25 Dec 2011 21:19:04 +0000 Subject: [PATCH] tests: fix unused-variable compiler warning in audio trickplay test --- tests/icles/audio-trickplay.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/icles/audio-trickplay.c b/tests/icles/audio-trickplay.c index 9f19228..086cf67 100644 --- a/tests/icles/audio-trickplay.c +++ b/tests/icles/audio-trickplay.c @@ -53,7 +53,6 @@ main (gint argc, gchar ** argv) GstClock *clock; GstClockID clock_id; GstClockReturn wait_ret; - GValue vol = { 0, }; GstEvent *pos_seek, *rate_seek1, *rate_seek2; GstQuery *pos; GstSeekFlags flags; -- 2.7.4