commit | 656ae3c5e0ee6c839944b63e4745b34870e0ec69 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Fri Aug 23 16:44:22 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Aug 26 17:33:29 2024 +0800 |
tree | 9523cbfa91f0545579cc1c52e0c4105dd1433620 | |
parent | 1318a5ed36cfd41335e687b54db1c17c0dde8f45 [diff] |
Remove unused variables Using clang-tidy, it was detected that some variables are no longer in use. This commit remove unused variables. Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I382e6ce07e66dc5ad082be9b36d217a037e609b5
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