X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Ftests%2Fgdbus-non-socket.c;h=43b681bdd113fc6d21496db954ae930e395cc8d2;hb=e9284ed29731365415992d8c9ed72f10e67cf056;hp=8866b1d16e6e87bc7c1e53cf818de5892096c20c;hpb=e3d1869ee3b6e269b80723173dc4f85c7cc3eaea;p=platform%2Fupstream%2Fglib.git diff --git a/gio/tests/gdbus-non-socket.c b/gio/tests/gdbus-non-socket.c index 8866b1d..43b681b 100644 --- a/gio/tests/gdbus-non-socket.c +++ b/gio/tests/gdbus-non-socket.c @@ -220,6 +220,7 @@ test_non_socket (void) } /* This is #ifdef G_OS_UNIX anyway, so just use g_test_trap_fork() */ + G_GNUC_BEGIN_IGNORE_DEPRECATIONS; if (!g_test_trap_fork (0, 0)) { /* parent */ @@ -230,6 +231,7 @@ test_non_socket (void) g_assert_cmpint (kill (first_child, SIGTERM), ==, 0); return; } + G_GNUC_END_IGNORE_DEPRECATIONS; /* second child */