Re: [PATCH] configure: Disable thread-safety warnings on macOS

2023-03-04 Thread Peter Maydell
On Wed, 1 Mar 2023 at 13:33, Kevin Wolf wrote: > > Am 01.03.2023 um 12:34 hat Thomas Huth geschrieben: > > 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-b

Re: [PATCH] configure: Disable thread-safety warnings on macOS

2023-03-01 Thread Kevin Wolf
Am 01.03.2023 um 12:34 hat Thomas Huth geschrieben: > 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 This is simpler than what I attempted (test

[PATCH] configure: Disable thread-safety warnings on macOS

2023-03-01 Thread Thomas Huth
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 --- configure | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure b/configur