Fix clang-tidy modernize-use-default-member-init warnings in headers

This commit is contained in:
Tim Wojtulewicz 2025-06-10 09:32:23 -07:00
parent a05b4abdf7
commit fb55c8856e
49 changed files with 134 additions and 185 deletions

View file

@ -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;
};