提交 55cc7f3e 编写于 作者: S Stefan Weil 提交者: Stefan Hajnoczi

configure: Fix compiler warning in config.log (value was never used)

Signed-off-by: NStefan Weil <sw@weilnetz.de>
Signed-off-by: NStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
上级 ffc41d10
......@@ -2269,8 +2269,7 @@ cat > $TMPC << EOF
int main(void)
{
int efd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC);
return 0;
return eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC);
}
EOF
if compile_prog "" "" ; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册