mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
tests: Fix another compiler warning with gcc
This commit is contained in:
parent
957a4a65c6
commit
04c386b727
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ start_server (void)
|
||||||
|
|
||||||
/* stop the tested rtsp server */
|
/* stop the tested rtsp server */
|
||||||
static void
|
static void
|
||||||
stop_server ()
|
stop_server (void)
|
||||||
{
|
{
|
||||||
g_source_remove (source_id);
|
g_source_remove (source_id);
|
||||||
source_id = 0;
|
source_id = 0;
|
||||||
|
|
Loading…
Reference in a new issue