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/NVMeSensor.hpp b/include/NVMeSensor.hpp index a0dce78..5c70855 100644 --- a/include/NVMeSensor.hpp +++ b/include/NVMeSensor.hpp
@@ -26,7 +26,7 @@ private: const unsigned int scanDelayTicks = 5 * 60; sdbusplus::asio::object_server& objServer; - unsigned int scanDelay; + unsigned int scanDelay{0}; void checkThresholds(void) override; };