mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
Add -Wmissing-declarations -Wmissing-prototypes to configure flags
And fix all warnings
This commit is contained in:
parent
f9d8174471
commit
e258a91f8b
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ GST_START_TEST (test_imagefreeze_25_1_220ms_380ms)
|
||||||
|
|
||||||
GST_END_TEST;
|
GST_END_TEST;
|
||||||
|
|
||||||
Suite *
|
static Suite *
|
||||||
imagefreeze_suite (void)
|
imagefreeze_suite (void)
|
||||||
{
|
{
|
||||||
Suite *s = suite_create ("imagefreeze");
|
Suite *s = suite_create ("imagefreeze");
|
||||||
|
|
Loading…
Reference in a new issue