提交 34138ece 编写于 作者: L Luca Barbato

log: Use a do {} while (0) for tlog

Avoid the warning `-Wempty-body`.
上级 febfb49a
......@@ -63,7 +63,7 @@
#ifdef TRACE
# define ff_tlog(ctx, ...) av_log(ctx, AV_LOG_TRACE, __VA_ARGS__)
#else
# define ff_tlog(ctx, ...) while(0)
# define ff_tlog(ctx, ...) do { } while (0)
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册