Add -Wmissing-declarations -Wmissing-prototypes to configure flags

And fix all warnings
This commit is contained in:
Benjamin Otte 2010-03-21 21:39:18 +01:00 committed by Tim-Philipp Müller
parent 2867e00225
commit ed35e485b7

View file

@ -169,7 +169,7 @@ test_basic (const gchar * elem_name, int count, check_cb cb)
gst_check_teardown_element (rtpmux);
}
void
static void
basic_check_cb (GstPad * pad, int i)
{
fail_unless (buffers && g_list_length (buffers) == 1);
@ -194,7 +194,7 @@ GST_START_TEST (test_rtpdtmfmux_basic)
GST_END_TEST;
void
static void
lock_check_cb (GstPad * pad, int i)
{
GstStructure *s;