On 26/07/2020 18.14, Ed Maste wrote: > On Fri, 24 Jul 2020 at 10:32, Thomas Huth <th...@redhat.com> wrote: >> >> Compiler warnings currently go unnoticed in our FreeBSD and macOS builds, >> since -Werror is only enabled for Linux and MinGW builds by default. So >> let's enable them here now, too. > > Reviewed-by: Ed Maste <ema...@freebsd.org> > > for the FreeBSD change; I'm indifferent on which method is used to > address the macos deprecation warnings.
Thanks! I think I'll split the FreeBSD change from the macOS changes, since macOS apparently needs some more work... (I'll have a try with Daniel's suggestion to use libsasl2 from Homebrew there...) Thomas