alsa: Make clang happy with our g_strdup_vprintf() wrapper
authorSebastian Dröge <sebastian@centricular.com>
Sat, 8 Feb 2014 16:01:38 +0000 (17:01 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 8 Feb 2014 16:01:38 +0000 (17:01 +0100)
ext/alsa/gstalsaplugin.c

index 8596276..6a7e42b 100644 (file)
@@ -31,6 +31,9 @@
 GST_DEBUG_CATEGORY (alsa_debug);
 
 /* ALSA debugging wrapper */
+/* *INDENT-OFF* */
+G_GNUC_PRINTF (5, 6)
+/* *INDENT-ON* */
 static void
 gst_alsa_error_wrapper (const char *file, int line, const char *function,
     int err, const char *fmt, ...)