mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Mark a few clang-tidy findings as false-positive
This commit is contained in:
parent
d23b15c08f
commit
3572e38ec2
4 changed files with 9 additions and 1 deletions
|
@ -90,6 +90,8 @@ Manager::Manager(const string& arg_config, const string& bro_command)
|
|||
reporter->InternalError("Zeekygen can't get mtime of zeek binary %s (try again by specifying the absolute or relative path to Zeek): %s",
|
||||
path_to_bro.c_str(), strerror(errno));
|
||||
|
||||
// Internal error will abort above in the case that stat isn't initialized
|
||||
// NOLINTNEXTLINE(clang-analyzer-core.uninitialized.Assign)
|
||||
bro_mtime = s.st_mtime;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue