mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add missing static keyword, to make the code build with WARNS=6.
This commit is contained in:
parent
4f929487f3
commit
d0e5fa31a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue