mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
And fix all warnings
This commit is contained in:
parent
2867e00225
commit
ed35e485b7
1 changed files with 2 additions and 2 deletions
|
@ -169,7 +169,7 @@ test_basic (const gchar * elem_name, int count, check_cb cb)
|
||||||
gst_check_teardown_element (rtpmux);
|
gst_check_teardown_element (rtpmux);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
basic_check_cb (GstPad * pad, int i)
|
basic_check_cb (GstPad * pad, int i)
|
||||||
{
|
{
|
||||||
fail_unless (buffers && g_list_length (buffers) == 1);
|
fail_unless (buffers && g_list_length (buffers) == 1);
|
||||||
|
@ -194,7 +194,7 @@ GST_START_TEST (test_rtpdtmfmux_basic)
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
|
||||||
void
|
static void
|
||||||
lock_check_cb (GstPad * pad, int i)
|
lock_check_cb (GstPad * pad, int i)
|
||||||
{
|
{
|
||||||
GstStructure *s;
|
GstStructure *s;
|
||||||
|
|
Loading…
Reference in a new issue