commit | a3ca14a64c5523a3e5709e34e7bc49f341add1ee | [log] [tgz] |
---|---|---|
author | Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> | Wed Mar 27 17:02:24 2024 +0800 |
committer | Ed Tanous <ed@tanous.net> | Fri Apr 12 12:24:24 2024 -0700 |
tree | 9141aa01c8a20951d3016f23ba280615bfab326d | |
parent | baedb72fb42c1b214ad09a2c15fced084336aace [diff] [blame] |
Add clang tidy check Change-Id: I1c9f03e95aa0ca1977ddef84ea765222d2281b4f
diff --git a/src/fru_utils.cpp b/src/fru_utils.cpp index ee04ecb..e18d55b 100644 --- a/src/fru_utils.cpp +++ b/src/fru_utils.cpp
@@ -38,7 +38,7 @@ static constexpr bool debug = false; constexpr size_t fruVersion = 1; // Current FRU spec version number is 1 -std::tm intelEpoch(void) +std::tm intelEpoch() { std::tm val = {}; val.tm_year = 1996 - 1900;