mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 10:26:16 +01:00
glib/tests: Fix variable maybe uninitialized warning
This commit is contained in:
parent
d4cbe9ce4e
commit
c2ff12ced5
@ -76,7 +76,7 @@ test_search (gconstpointer d)
|
||||
for (i = 0; tests[i].string != NULL; i++)
|
||||
{
|
||||
gboolean match;
|
||||
gboolean ok;
|
||||
gboolean ok = FALSE;
|
||||
gboolean skipped;
|
||||
|
||||
if (setlocale (LC_ALL, tests[i].locale))
|
||||
|
Loading…
Reference in New Issue
Block a user