mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
set hard limit of 128 in nested structure for older gcc
This commit is contained in:
parent
dd376289c5
commit
5575a33119
@ -99,7 +99,7 @@ struct bit_desc_map { /* description text container */
|
|||||||
#define BIT_DESC_MAP_ANY 0x2 /* bitwise, but only print 1st one */
|
#define BIT_DESC_MAP_ANY 0x2 /* bitwise, but only print 1st one */
|
||||||
#define BIT_DESC_MAP_ALL 0x3 /* bitwise, print them all */
|
#define BIT_DESC_MAP_ALL 0x3 /* bitwise, print them all */
|
||||||
uint32_t desc_map_type;
|
uint32_t desc_map_type;
|
||||||
struct desc_map desc_maps[];
|
struct desc_map desc_maps[128];
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct bit_desc_map
|
static struct bit_desc_map
|
||||||
|
Loading…
x
Reference in New Issue
Block a user