From ae5293ecdb902c6ff3f4870e6ae94c69024b3288 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 28 Oct 2021 10:53:22 +0200 Subject: Fix build warnings about missing field initializer --- mate-disk-image-mounter/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-disk-image-mounter/src') diff --git a/mate-disk-image-mounter/src/main.c b/mate-disk-image-mounter/src/main.c index fc65b2d5..49855bbb 100644 --- a/mate-disk-image-mounter/src/main.c +++ b/mate-disk-image-mounter/src/main.c @@ -79,7 +79,7 @@ static gboolean opt_writable = FALSE; static const GOptionEntry opt_entries[] = { { "writable", 'w', 0, G_OPTION_ARG_NONE, &opt_writable, N_("Allow writing to the image"), NULL}, - { NULL } + { NULL, 0, 0, G_OPTION_ARG_NONE, NULL, NULL, NULL } }; /* ---------------------------------------------------------------------------------------------------- */ -- cgit v1.2.1