From 9dfc39dbbf75d85a148647c1df5af649c1dc9c98 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 3 Aug 2023 00:37:05 +0200 Subject: [PATCH] Fix error=missing-field-initializers when compiling repo default_version_pm3.c --- common/default_version_pm3.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/default_version_pm3.c b/common/default_version_pm3.c index 46eac57c9..d93a7ef15 100644 --- a/common/default_version_pm3.c +++ b/common/default_version_pm3.c @@ -26,5 +26,7 @@ const struct version_information_t SECTVERSINFO g_version_information = { 1, /* version 1 */ 0, /* version information not present */ 2, /* cleanliness couldn't be determined */ - /* Remaining fields: zero */ + "Iceman/master/unknown", + "1970-01-01 00:00:00", + "no sha256" };