commit | 9f3073a69d750e557a859e9fa6c9e3b3eb7946bc | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Sun Dec 08 09:29:43 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Fri Mar 14 04:39:10 2025 +0000 |
tree | d9dbea156c13d800292b0bb4d5a878b8eab85cb4 | |
parent | 082de3c9e40a2b9badf7991e9dc616b1cf25b2c5 [diff] |
clang-tidy: Remove unused lambda captures The following errors were reported during clang-tidy enablement due to unused lambda captures. ''' /ipmid-new.cpp:399:11: error: lambda capture 'io' is not used [-Werror ''' The fix involves removing these unused lambda captures. Tested: Build and unit testing verified. Change-Id: If6113441c905cf782f26798d0e856521bd546f90 Signed-off-by: Jayanth Othayoth <ojayanth@gmail.com>
meson builddir ninja -C builddir
meson builddir -Dbuildtype=minsize -Db_lto=true -Dtests=disabled ninja -C builddir
If any of the dependencies are not found on the host system during configuration, meson automatically gets them via its wrap dependencies mentioned in ipmid/subprojects
.
meson builddir -Dwrap_mode=nofallback ninja -C builddir
meson builddir -Dbuildtype=debug ninja -C builddir
meson builddir -Db_coverage=true -Dtests=enabled ninja -C builddir test ninja -C builddir coverage