commit | bdcf574195d5f8e551fc85abedc0d1228015d77f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 18 17:46:06 2024 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 18 17:46:08 2024 -0500 |
tree | 7f79362dfc3d119740387769935a371df57b7ec9 | |
parent | b3e3d64846fd41952d799e1e8c5d1c62a18f6d35 [diff] |
sync_watch: remove unused 'loop' member Clang-19 warns about an unused member, which is indeed unused, so remove it. ``` ../sync_watch.hpp:73:15: error: private field 'loop' is not used [-Werror,-Wunused-private-field] 73 | sd_event& loop; ``` Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I3836822d8ebd4b9b1bb219be0583636ae8a47b96
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.