[PATCH] resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]
Florian Weimer
fweimer@redhat.com
Wed Sep 21 21:10:00 GMT 2016
On 09/09/2016 04:40 PM, Florian Weimer wrote:
> +#if __GNUC_PREREQ (4,8)
> +# define __glibc_macro_warning1(message) _Pragma (#message)
> +# define __glibc_macro_warning(message) \
> + __glibc_macro_warning1 (GCC warning message)
> +#else
> +# define __glibc_macro_warning(msg)
> +#endif
Any comments about this new warning mechanism?
Thanks,
Florian
More information about the Libc-alpha
mailing list