From fcbc683daa2f8c73b8002086d181051e9e8a498c Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Tue, 17 Jul 2012 11:02:38 +0300 Subject: [PATCH] Tests: fix compilation warning --- tests/check_signon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check_signon.c b/tests/check_signon.c index 253c713..d4126fb 100644 --- a/tests/check_signon.c +++ b/tests/check_signon.c @@ -603,7 +603,7 @@ START_TEST(test_get_nonexisting_identity) main_loop = g_main_loop_new (NULL, FALSE); g_main_loop_run (main_loop); - GError *error = NULL; + const GError *error = NULL; error = signon_identity_get_last_error(identity); fail_unless (error != NULL); -- 2.34.1