commit | 4fd0d0f0402e19b845055333a3ecaefc396565ce | [log] [tgz] |
---|---|---|
author | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Sat Jun 22 00:37:22 2024 -0500 |
committer | Pavithra Barithaya <pavithrabarithaya07@gmail.com> | Fri Jun 28 19:49:08 2024 +0000 |
tree | babdd29090b0076363b6416cc4eda414788b94ce | |
parent | 2311b64c99b39fc28060c38e8a4d8e30b8fad075 [diff] |
clang-error: fix clang-diagnostic-defaulted-function-deleted error The clang-diagnostic-defaulted-function-deleted error is generated when explicitly defaulted move assignment operator is implicitly deleted. This commit fixes those errors. Change-Id: Id62b89eb3b58b819799194be91516f7c5e9cadc6 Signed-off-by: Pavithra Barithaya <pavithrabarithaya07@gmail.com>
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
.