mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Fix clang-tidy modernize-use-default-member-init warnings in headers
This commit is contained in:
parent
a05b4abdf7
commit
fb55c8856e
49 changed files with 134 additions and 185 deletions
|
@ -64,7 +64,7 @@ private:
|
|||
std::string filename;
|
||||
MMDB_s mmdb;
|
||||
struct stat file_info;
|
||||
bool reported_error; // to ensure we emit builtin errors during opening only once.
|
||||
bool reported_error = false; // to ensure we emit builtin errors during opening only once.
|
||||
double last_check;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue