Use G_OPTION_ENTRY_NULL to avoid missing initializer warnings

This commit is contained in:
Emmanuel Fleury
2021-05-13 20:16:46 +00:00
committed by Philip Withnall
parent 53834ee319
commit e952248dc2
33 changed files with 46 additions and 42 deletions

View File

@@ -32,7 +32,7 @@ static gboolean nofollow_symlinks = FALSE;
static const GOptionEntry entries[] = {
{ "type", 't', 0, G_OPTION_ARG_STRING, &attr_type, N_("Type of the attribute"), N_("TYPE") },
{ "nofollow-symlinks", 'n', 0, G_OPTION_ARG_NONE, &nofollow_symlinks, N_("Dont follow symbolic links"), NULL },
{ NULL }
G_OPTION_ENTRY_NULL
};
static char *