提交 ab9de369 编写于 作者: S Stefan Weil 提交者: Blue Swirl

audio: Use GCC_FMT_ATTR (format checking)

Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: NStefan Weil <weil@mail.berlios.de>
Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 047b39e4
......@@ -8,7 +8,8 @@
#include <signal.h>
static void logerr (struct audio_pt *pt, int err, const char *fmt, ...)
static void GCC_FMT_ATTR(3, 4) logerr (struct audio_pt *pt, int err,
const char *fmt, ...)
{
va_list ap;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册