commit | ceee811e34a13cef19ec3ba8f67b76bf947e8e8d | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Sun Dec 08 09:46:37 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Fri Mar 14 04:51:00 2025 +0000 |
tree | 8a3d424a25b052dff1950f890ba87f6ed4496e1a | |
parent | 9f3073a69d750e557a859e9fa6c9e3b3eb7946bc [diff] |
clang-tidy: Fix braces warning The following error was reported during clang-tidy enablement due to the initialization of a subobject without braces in apphandler.cpp. This fix addresses the issue by modifying the initialization to include braces around each subobject. ''' apphandler.cpp:653:31: error: suggest braces around initialization of subobject [-Werror] ''' Tested: Build and unit testing verified. Change-Id: Icfe58be0ff65ae17fc8f6a7c1f5ac06aedbb1e61 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