mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56: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)
|
test_message (void)
|
||||||
{
|
{
|
||||||
gchar* argv[] = {
|
gchar* argv[] = {
|
||||||
argv0,
|
(gchar*)argv0,
|
||||||
NULL,
|
NULL,
|
||||||
"--GTestSubprocess",
|
"--GTestSubprocess",
|
||||||
"-p", "/glib/testing/protocol/debug",
|
"-p", "/glib/testing/protocol/debug",
|
||||||
@ -241,7 +241,7 @@ test_error (void)
|
|||||||
for (i = 0; i < G_N_ELEMENTS (tests); i++)
|
for (i = 0; i < G_N_ELEMENTS (tests); i++)
|
||||||
{
|
{
|
||||||
gchar* argv[] = {
|
gchar* argv[] = {
|
||||||
argv0,
|
(gchar*)argv0,
|
||||||
NULL,
|
NULL,
|
||||||
"--GTestSubprocess",
|
"--GTestSubprocess",
|
||||||
"-p", tests[i],
|
"-p", tests[i],
|
||||||
|
Loading…
Reference in New Issue
Block a user