alsa: Make clang happy with our g_strdup_vprintf() wrapper
This commit is contained in:
parent
428f10cf57
commit
d3e0381d3d
@ -31,6 +31,9 @@
|
|||||||
GST_DEBUG_CATEGORY (alsa_debug);
|
GST_DEBUG_CATEGORY (alsa_debug);
|
||||||
|
|
||||||
/* ALSA debugging wrapper */
|
/* ALSA debugging wrapper */
|
||||||
|
/* *INDENT-OFF* */
|
||||||
|
G_GNUC_PRINTF (5, 6)
|
||||||
|
/* *INDENT-ON* */
|
||||||
static void
|
static void
|
||||||
gst_alsa_error_wrapper (const char *file, int line, const char *function,
|
gst_alsa_error_wrapper (const char *file, int line, const char *function,
|
||||||
int err, const char *fmt, ...)
|
int err, const char *fmt, ...)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user