From 397b782262e79a9bce200d11d06f9e8522064949 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 17 Jul 2012 08:09:03 +0200 Subject: [PATCH] Fix warning on windows https://bugzilla.gnome.org/show_bug.cgi?id=44740 --- tests/conf-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conf-test.c b/tests/conf-test.c index 92f7205..98841a2 100644 --- a/tests/conf-test.c +++ b/tests/conf-test.c @@ -329,7 +329,7 @@ test_load_modules_user_only (CuTest *tc) SRCDIR "/files/system-modules", SRCDIR "/files/user-modules"); CuAssertPtrNotNull (tc, configs); - CuAssertStrEquals (tc, NULL, p11_kit_message ()); + CuAssertPtrEquals (tc, NULL, (void *)p11_kit_message ()); config = _p11_hash_get (configs, "one"); CuAssertPtrNotNull (tc, config); -- 1.7.10.4