Add missing static keyword, to make the code build with WARNS=6.
This commit is contained in:
parent
4f929487f3
commit
d0e5fa31a4
@ -130,7 +130,7 @@ static struct nandsim_key nandsim_chip_keys[] = {
|
||||
{NULL, 0, 0, NULL, 0},
|
||||
};
|
||||
|
||||
struct nandsim_section sections[] = {
|
||||
static struct nandsim_section sections[] = {
|
||||
{"ctrl", (struct nandsim_key *)&nandsim_ctrl_keys},
|
||||
{"chip", (struct nandsim_key *)&nandsim_chip_keys},
|
||||
{NULL, NULL},
|
||||
|
Loading…
x
Reference in New Issue
Block a user