Merge branch 'cleanup-warnings-split-6' into 'main'

Cleanup warnings split 6

See merge request GNOME/glib!2495
This commit is contained in:
Philip Withnall
2022-03-17 15:13:14 +00:00
10 changed files with 47 additions and 45 deletions

View File

@@ -477,8 +477,8 @@ static gint
cmd_help (gboolean requested,
const gchar *command)
{
const gchar *description;
const gchar *synopsis;
const gchar *description = NULL;
const gchar *synopsis = NULL;
gchar *option;
GString *string;