mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
glib/tests: Fix variable maybe uninitialized warning
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user