Re: [protocol v3 1/2] macros: Use GLib's G_DEPRECATED macro if available

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey,

Thanks for the updated patches (I was mainly waiting for a 'go ahead'
from you on the suggestion of having both patches, I had done the
changes locally),

Acked-by: Christophe Fergeau <cfergeau@xxxxxxxxxx>

and pushed.


On Mon, Nov 21, 2016 at 07:24:38PM +0100, Francois Gouget wrote:
> This gains us automatic support for whichever compilers GLib supports in
> this macro when used in projects that use GLib.
> 
> Signed-off-by: Francois Gouget <fgouget@xxxxxxxxxxxxxxx>
> ---
>  spice/macros.h | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/spice/macros.h b/spice/macros.h
> index a0413f3..42916b9 100644
> --- a/spice/macros.h
> +++ b/spice/macros.h
> @@ -78,7 +78,9 @@
>  #define SPICE_GNUC_NO_INSTRUMENT
>  #endif  /* !__GNUC__ */
>  
> -#if    __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)
> +#ifdef G_DEPRECATED
> +#define SPICE_GNUC_DEPRECATED  G_DEPRECATED
> +#elif  __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)
>  #define SPICE_GNUC_DEPRECATED  __attribute__((__deprecated__))
>  #else
>  #define SPICE_GNUC_DEPRECATED
> -- 
> 2.10.1
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.freedesktop.org/mailman/listinfo/spice-devel

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]