mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
discoverer: fix -Wformat-nonliteral warning
This commit is contained in:
parent
2dda08478a
commit
d9c39b9fe0
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ typedef struct
|
|||
|
||||
static void
|
||||
my_g_string_append_printf (GString * str, int depth, const gchar * format, ...)
|
||||
G_GNUC_PRINTF (3, 4)
|
||||
{
|
||||
va_list args;
|
||||
|
||||
|
|
Loading…
Reference in a new issue