commit | 0642e82c95749c8c120edc957be7a69457997797 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Thu Dec 19 06:46:35 2024 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Jan 07 20:29:24 2025 +0000 |
tree | 999e5cf42a01b3738cd3761cb8327245fa101100 | |
parent | b91986fe969531aaaaf2e40801346b7574359b1e [diff] |
clang-tidy: Add override keywords Marked virtual functions with the `override` keyword to ensure they correctly override base class functions. This resolves -Winconsistent-missing-override warnings and improves code safety and readability by explicitly indicating overridden functions. ''' item_updater.hpp:120:18: [0m[0;1;31m error: [0m[1m'deleteAll' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override static/item_updater_static.hpp:75:10: [0m[0;1;31m error: [0m[1m'validateImage' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override][0m ''' Tested: Build verified Change-Id: Iee2bb85498db72c8f2a9f265e0490fff9288f5f4 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
OpenPower PNOR (Processor NOR) Code Management provides a set of host software management applications for OpenPower systems. The host firmware is stored on the PNOR chip. More information can be found at Software Architecture or Host Code Update
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.