[Spice-devel] [PATCH spice 1/2] test: Ignore too new warnings

Pavel Grunt pgrunt at redhat.com
Mon Dec 5 08:10:47 UTC 2016


There is an explicit check for the version
---
 server/tests/test-codecs-parsing.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/server/tests/test-codecs-parsing.c b/server/tests/test-codecs-parsing.c
index 0e23553b..c1b3276d 100644
--- a/server/tests/test-codecs-parsing.c
+++ b/server/tests/test-codecs-parsing.c
@@ -54,6 +54,7 @@ static void codecs_good(void)
 
 /* g_test_expect_message is available since Glib 2.34 */
 #if GLIB_CHECK_VERSION(2, 34, 0)
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
 static void codecs_bad(void)
 {
     guint i;
@@ -116,6 +117,7 @@ static void codecs_bad(void)
 
     spice_server_destroy(server);
 }
+G_GNUC_END_IGNORE_DEPRECATIONS
 #endif
 
 int main(int argc, char *argv[])
-- 
2.11.0



More information about the Spice-devel mailing list