mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
configure: Fix compiler warning in config.log (value was never used)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
ffc41d10b0
commit
55cc7f3ed2
1 changed files with 1 additions and 2 deletions
3
configure
vendored
3
configure
vendored
|
@ -2269,8 +2269,7 @@ cat > $TMPC << EOF
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
int efd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC);
|
return eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC);
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
if compile_prog "" "" ; then
|
if compile_prog "" "" ; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue