]> git.proxmox.com Git - mirror_qemu.git/commit
configure: Disable thread-safety warnings on macOS
authorThomas Huth <thuth@redhat.com>
Wed, 1 Mar 2023 11:34:25 +0000 (12:34 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 4 Mar 2023 14:03:46 +0000 (14:03 +0000)
commit2946e1af2704bf6584f57d4e3aec49d1d5f3ecc0
tree1d0fed8f6b774237cc14ba36c474b4cfc7dbbecf
parentc15d9e2311a54346e01afb22007d0868724ee8c8
configure: Disable thread-safety warnings on macOS

The enablement of -Wthread-safety broke compilation on macOS (if
-Werror is enabled, like in our CI). Disable it there by default
until the problems are resolved.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Acked-by: Kevin Wolf <kwolf@redhat.com>
Message-id: 20230301113425.286946-1-thuth@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
configure