mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 00:46:16 +01:00
Quell a few compiler warnings
This commit is contained in:
parent
5cd169810e
commit
18accd43f7
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user