alsa: Make clang happy with our g_strdup_vprintf() wrapper

This commit is contained in:
Sebastian Dröge 2014-02-08 17:01:38 +01:00
parent 428f10cf57
commit d3e0381d3d

View 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, ...)