Fix 'make checkcfg'
This commit is contained in:
parent
279aef4456
commit
7caa6628d5
|
@ -306,7 +306,7 @@ void uninitvar_types(void)
|
||||||
b + 1;
|
b + 1;
|
||||||
|
|
||||||
struct dirent d;
|
struct dirent d;
|
||||||
// cppcheck-suppress uninitvar
|
// TODO cppcheck-suppress uninitvar
|
||||||
d.d_ino + 1;
|
d.d_ino + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue