From: =?utf-8?q?Guido_G=C3=BCnther?= Date: Thu, 4 Sep 2014 23:01:01 +0200 Subject: Disabe gnome keyring deprecation warnings until libsecret declares a stable API --- auth-dialog/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auth-dialog/main.c b/auth-dialog/main.c index 03586e4..aa20f53 100644 --- a/auth-dialog/main.c +++ b/auth-dialog/main.c @@ -31,6 +31,9 @@ #include #include +/* Fix build with gnome 3.12 until libsecret declares a stable API */ +#define GNOME_KEYRING_DEPRECATED +#define GNOME_KEYRING_DEPRECATED_FOR(x) #include #include