On Fri, Jul 24, 2020 at 04:32:19PM +0200, Thomas Huth 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. > For macOS, that unfortunately means that we have to disable the vnc-sasl > feature, since this is marked as deprecated in the macOS headers and thus > generates a lot of deprecation warnings.
I wonder if its possible to add #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wdeprecated" ... #pragma GCC diagnostic pop to silence just one source file ? Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|