commit | a396c85ae81f8d310a43aa39ab611ae7d644eb9e | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Thu Dec 09 22:23:14 2021 -0800 |
committer | Willy Tu <wltu@google.com> | Mon Feb 07 03:16:22 2022 -0800 |
tree | b2071f4e4c14bc940cdc437eb5adaf74ad0aeeb6 | |
parent | 6a5e0a1cba979c3c793e794c41481221da9a4e33 [diff] |
phosphor-host-postd: Cleanup CodeChecker Errors Removed the following error messages: bugprone-unused-raii - object destroyed immediately after creation; did you mean to name the object clang-diagnostic-defaulted-function-deleted - explicitly defaulted move assignment operator is implicitly deleted clang-diagnostic-unused-private-field - private field 'bus' is not used Change-Id: I493da3433db50396354b6b9a43c452becba91790 Signed-off-by: Willy Tu <wltu@google.com>