From 18accd43f79bc27cb68767cfcf1e3899b5349d57 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 17 Aug 2013 17:22:05 -0400 Subject: [PATCH] Quell a few compiler warnings --- glib/tests/protocol.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/tests/protocol.c b/glib/tests/protocol.c index 1783630..8e0292d 100644 --- a/glib/tests/protocol.c +++ b/glib/tests/protocol.c @@ -121,7 +121,7 @@ static void test_message (void) { gchar* argv[] = { - argv0, + (gchar*)argv0, NULL, "--GTestSubprocess", "-p", "/glib/testing/protocol/debug", @@ -241,7 +241,7 @@ test_error (void) for (i = 0; i < G_N_ELEMENTS (tests); i++) { gchar* argv[] = { - argv0, + (gchar*)argv0, NULL, "--GTestSubprocess", "-p", tests[i], -- 2.7.4