discoverer: fix -Wformat-nonliteral warning
authorAlessandro Decina <alessandro.d@gmail.com>
Mon, 4 Nov 2013 10:17:30 +0000 (11:17 +0100)
committerAlessandro Decina <alessandro.d@gmail.com>
Mon, 4 Nov 2013 10:19:26 +0000 (11:19 +0100)
tools/gst-discoverer.c

index 563616c..5d4329d 100644 (file)
@@ -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;