commit | 4129bfa684f540ed385b67178a8403e3d1ca7bbd | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradbish@qti.qualcomm.com> | Tue Jul 15 13:43:16 2025 -0400 |
committer | Brad Bishop <bradbish@qti.qualcomm.com> | Tue Jul 29 12:25:58 2025 -0400 |
tree | a9eb435f69bc5d140429b1134558e24f41423282 | |
parent | ebff160a424e30f9c67fef187972f8d6ae66a7ce [diff] |
build: enable GCC warnings Enable a bunch of warnings that help keep the code robust, portable and maintainable. Notably, the following desirable warnings cannot be enabled because of pending issues in the code: Wconversion Wsign-conversion Wnull-dereference Wshadow Tested by building and running the unit tests. Change-Id: I75627056ca9e8fd475aced172bf54983b6737bf4 Signed-off-by: Brad Bishop <bradbish@qti.qualcomm.com>
This repository contains the mapper, which assists in finding things on D-Bus. There is documentation about it in the docs repository.
Non-OpenBMC build dependencies are:
meson build && ninja -C build
meson build && ninja -C build test
rm -rf build