Try to silence "-Wmissing-braces" complaints in rmgrdesc.c.
Per buildfarm member lapwing. https://postgr.es/m/20220407065640.xljttqcs46k4lyvr@alap3.anarazel.de
This commit is contained in:
parent
5dc0418fab
commit
6392f2a096
@ -41,8 +41,8 @@ static const RmgrDescData RmgrDescTable[RM_N_BUILTIN_IDS] = {
|
||||
|
||||
#define CUSTOM_NUMERIC_NAME_LEN sizeof("custom###")
|
||||
|
||||
static char CustomNumericNames[RM_N_CUSTOM_IDS][CUSTOM_NUMERIC_NAME_LEN] = {0};
|
||||
static RmgrDescData CustomRmgrDesc[RM_N_CUSTOM_IDS] = {0};
|
||||
static char CustomNumericNames[RM_N_CUSTOM_IDS][CUSTOM_NUMERIC_NAME_LEN] = {{0}};
|
||||
static RmgrDescData CustomRmgrDesc[RM_N_CUSTOM_IDS] = {{0}};
|
||||
static bool CustomRmgrDescInitialized = false;
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user