commit | e10592bc305c436d8da0ea13f99338de51fd6209 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@gmail.com> | Sun Dec 08 09:46:37 2024 -0600 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Thu Mar 06 03:47:06 2025 -0600 |
tree | 00323d3d59f614454115700ca0658d75890bffad | |
parent | 4bdb2a655a441f7540afa40010d0fa21d02fccac [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