[Spice-devel] [client v2 2/3] spicy: Temporarily ignore deprecation warnings

Francois Gouget fgouget at codeweavers.com
Wed Nov 23 06:09:20 UTC 2016


GtkAction and lots of GtkUI APIs are deprecated.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 src/spicy.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/spicy.c b/src/spicy.c
index c502428..c4a6c7d 100644
--- a/src/spicy.c
+++ b/src/spicy.c
@@ -38,6 +38,9 @@
 
 #include "spicy-connect.h"
 
+/* FIXME: GtkAction and lots of GtkUI APIs are deprecated */
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
 typedef struct spice_connection spice_connection;
 
 enum {
-- 
2.10.1



More information about the Spice-devel mailing list