commit | b429f31da4a5260bc38b435cab3e9be69c88e7af | [log] [tgz] |
---|---|---|
author | Ed Tanous <edtanous@google.com> | Mon Jun 27 16:09:53 2022 -0700 |
committer | Ed Tanous <edtanous@google.com> | Mon Jun 27 16:13:15 2022 -0700 |
tree | bd8b20c3e83d22d38ebac28c74df00f9d710ca4d | |
parent | 256d8c12843d5971a43d87fec5aadc9735addff1 [diff] [blame] |
Fix clang-tidy 14 issues Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: Idb76ae375eff9a143497942013d94ca3b3252495
diff --git a/include/PSUEvent.hpp b/include/PSUEvent.hpp index 3a39164..e7b5c0b 100644 --- a/include/PSUEvent.hpp +++ b/include/PSUEvent.hpp
@@ -51,7 +51,7 @@ private: int value = 0; int fd; - size_t errCount; + size_t errCount{0}; std::string path; std::string eventName;