commit | eb20dc9664bdada9f1d8fd6dd35a1c3f0a8cadae | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Thu Dec 19 07:01:15 2024 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Jan 07 20:29:24 2025 +0000 |
tree | 2319fa40c0c7f2373920c9e77d29ce9da0b5bb61 | |
parent | 0642e82c95749c8c120edc957be7a69457997797 [diff] |
clang-tidy: Remove unused lambda captures The following errors were reported during clang-tidy enablement due to unused lambda captures. ''' functions.cpp:769:10: [0m[0;1;31merror: [0m[1mlambda capture 'pldmPath' is not used [-Werror,-Wunused-lambda-capture] ''' The fix involves removing these unused lambda captures. Tested: Build and unit testing verified. Change-Id: Ie2e28d4af2ad8eac2886c0202e98099ab3b82fc4 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
.