Initialize t to silence uninit warning
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
68bd14ffd1
commit
e3d208905d
@ -371,7 +371,7 @@ static void configfile_read_units(void)
|
||||
|
||||
static void configfile_read_attrs(void)
|
||||
{
|
||||
int i, nattrs, t;
|
||||
int i, nattrs, t = 0;
|
||||
|
||||
nattrs = cfg_size(cfg, "attr");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user