[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [RFC PATCH v2 21/21] ui/vnc: silent unuseful OSX clang
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [RFC PATCH v2 21/21] ui/vnc: silent unuseful OSX clang warning |
Date: |
Thu, 22 Jun 2017 08:28:22 +0100 |
On 22 June 2017 at 04:32, Philippe Mathieu-Daudé <address@hidden> wrote:
> ui/vnc.c:3945:20: warning: 'sasl_server_init' is deprecated: first
> deprecated in OS X 10.11 [-Wdeprecated-declarations]
> if ((saslErr = sasl_server_init(NULL, "qemu")) != SASL_OK) {
> ^
> /usr/include/sasl/sasl.h:1016:17: note: 'sasl_server_init' has been
> explicitly marked deprecated here
> LIBSASL_API int sasl_server_init(const sasl_callback_t *callbacks,
> ^
Mmm, I've been vaguely wondering what to do about those warnings
for a while. The difficulty is that applying -Wno-deprecated-declarations
silences all deprecation warnings, not just the SASL ones, so we
lose a bit of warning coverage. Maybe that's just a hit we have
to take, though.
thanks
-- PMM
- Re: [Qemu-devel] [PATCH v2 14/21] travis: dump config.log if ./configure script fails, (continued)
- [Qemu-devel] [PATCH v2 15/21] travis: retry when git submodules initialization fails, Philippe Mathieu-Daudé, 2017/06/21
- [Qemu-devel] [PATCH v2 16/21] travis: split the gprof/gcov job, Philippe Mathieu-Daudé, 2017/06/21
- [Qemu-devel] [PATCH v2 17/21] travis/osx: don't update Homebrew cache, Philippe Mathieu-Daudé, 2017/06/21
- [Qemu-devel] [PATCH v2 18/21] travis/osx: silent texinfo warnings, Philippe Mathieu-Daudé, 2017/06/21
- [Qemu-devel] [PATCH v2 19/21] travis/osx: build using more Xcode versions, Philippe Mathieu-Daudé, 2017/06/21
- [Qemu-devel] [PATCH v2 20/21] MAINTAINERS: self-appoint me as reviewer in build/test automation, Philippe Mathieu-Daudé, 2017/06/21
- [Qemu-devel] [RFC PATCH v2 21/21] ui/vnc: silent unuseful OSX clang warning, Philippe Mathieu-Daudé, 2017/06/21