Index: lib/util/debug.c =================================================================== --- lib/util/debug.c.orig 2020-10-07 12:28:52.000000000 +0000 +++ lib/util/debug.c 2020-10-07 14:26:42.649621069 +0000 @@ -160,7 +160,8 @@ * system has been initialized. */ static struct debug_class debug_class_list_initial[ARRAY_SIZE(default_classname_table)] = { - [DBGC_ALL] = (struct debug_class) { .fd = 2 }, + [DBGC_ALL] = { .fd = 2 } + }; static size_t debug_num_classes = 0;