mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
alsa: Make clang happy with our g_strdup_vprintf() wrapper
This commit is contained in:
parent
428f10cf57
commit
d3e0381d3d
1 changed files with 3 additions and 0 deletions
|
@ -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, ...)
|
||||
|
|
Loading…
Reference in a new issue