From 24ea262463a37bab5f23a47b269b39f00a7f380e Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 28 Oct 2021 15:23:52 +0200 Subject: Fix build warnings about missing field initializer --- sendto/caja-nste.c | 1 + sendto/caja-sendto-command.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'sendto') diff --git a/sendto/caja-nste.c b/sendto/caja-nste.c index f89b8a4..429b368 100644 --- a/sendto/caja-nste.c +++ b/sendto/caja-nste.c @@ -137,6 +137,7 @@ caja_nste_register_type (GTypeModule *module) sizeof (CajaNste), 0, (GInstanceInitFunc) caja_nste_instance_init, + NULL }; static const GInterfaceInfo menu_provider_iface_info = { diff --git a/sendto/caja-sendto-command.c b/sendto/caja-sendto-command.c index e7d3698..8181db6 100644 --- a/sendto/caja-sendto-command.c +++ b/sendto/caja-sendto-command.c @@ -80,7 +80,7 @@ struct _NS_ui { static const GOptionEntry entries[] = { { G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_FILENAME_ARRAY, &filenames, "Files to send", "[FILES...]" }, - { NULL } + { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL } }; static void -- cgit v1.2.1