Re: [PATCH v2 3/4] cirrus.yml: Compile macOS with -Werror

2020-07-28 Thread Daniel P . Berrangé
On Tue, Jul 28, 2020 at 09:44:04AM +0200, Thomas Huth wrote: > Compiler warnings currently go unnoticed in our macOS builds, since -Werror > is only enabled for Linux and MinGW builds by default. So let's enable them > here now, too. > Unfortunately, the sasl header is marked as deprecated in the m

[PATCH v2 3/4] cirrus.yml: Compile macOS with -Werror

2020-07-28 Thread Thomas Huth
Compiler warnings currently go unnoticed in our macOS builds, since -Werror is only enabled for Linux and MinGW builds by default. So let's enable them here now, too. Unfortunately, the sasl header is marked as deprecated in the macOS headers and thus generates a lot of deprecation warnings. Thus w