From 64cf8c585c10e186c22b982c19b72961e9be6a43 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sat, 16 Sep 2006 22:30:50 +0000 Subject: [PATCH] tests/check/: Fix big batch of compiler warnings. Original commit message from CVS: * tests/check/elements/audioresample.c: (GST_START_TEST): * tests/check/elements/videotestsrc.c: (check_rgb_buf): * tests/check/elements/volume.c: (GST_START_TEST): * tests/check/elements/vorbisdec.c: (GST_START_TEST): * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch), (test_pipeline), (GST_START_TEST): * tests/check/pipelines/theoraenc.c: (GST_START_TEST): * tests/check/pipelines/vorbisenc.c: (GST_START_TEST): Fix big batch of compiler warnings. --- tests/check/elements/audioresample.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/check/elements/audioresample.c b/tests/check/elements/audioresample.c index 977574c..8ab663d 100644 --- a/tests/check/elements/audioresample.c +++ b/tests/check/elements/audioresample.c @@ -205,8 +205,6 @@ test_perfect_stream_instance (int inrate, int outrate, int samples, */ GST_START_TEST (test_perfect_stream) { - guint inrate, outrate, bytes; - /* integral scalings */ test_perfect_stream_instance (48000, 24000, 500, 20); test_perfect_stream_instance (48000, 12000, 500, 20); -- 2.7.4