summary refs log tree commit diff stats
path: root/scripts/qapi/parser.py
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2020-07-16 07:12:22 +0200
committerThomas Huth <thuth@redhat.com>2020-07-17 10:44:23 +0200
commit12a9b8d8240aaddf14774b9fb03af5e2e0b9f60a (patch)
tree3e4bfde6052361c8a80accafd9ae7c4acea4f55f /scripts/qapi/parser.py
parentf5ec79f5e0a3a307fc2a11b3ba8066a2d0a90233 (diff)
downloadfocaccia-qemu-12a9b8d8240aaddf14774b9fb03af5e2e0b9f60a.tar.gz
focaccia-qemu-12a9b8d8240aaddf14774b9fb03af5e2e0b9f60a.zip
configure: Fix for running with --enable-werror on macOS
The configure script currently refuses to succeed when run on macOS
with --enable-werror:

 ERROR: configure test passed without -Werror but failed with -Werror.

The information in config.log indicates:

 config-temp/qemu-conf.c:3:55: error: control reaches end of non-void
 function [-Werror,-Wreturn-type]
 static void *f(void *p) { pthread_setname_np("QEMU"); }
                                                      ^
And indeed, the return statement is missing here.

Fixes: 479a57475e ("util: Implement debug-threads for macOS")
Message-Id: <20200716055655.24507-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions