提交 62cb8ad7 编写于 作者: M Michal Privoznik

virLockManagerNopInit: Rename flags to unused_flags

As these might be not used and make syntax-check complains about checking
them via virCheckFlags.
上级 831977df
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
static int virLockManagerNopInit(unsigned int version ATTRIBUTE_UNUSED, static int virLockManagerNopInit(unsigned int version ATTRIBUTE_UNUSED,
const char *configFile ATTRIBUTE_UNUSED, const char *configFile ATTRIBUTE_UNUSED,
unsigned int flags ATTRIBUTE_UNUSED) unsigned int flags_unused ATTRIBUTE_UNUSED)
{ {
VIR_DEBUG("version=%u configFile=%s flags=%x", VIR_DEBUG("version=%u configFile=%s flags=%x",
version, NULLSTR(configFile), flags); version, NULLSTR(configFile), flags_unused);
return 0; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册