commit | b487eb47e566df7679e740559582f6d25597feba | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Thu Sep 16 21:44:43 2021 -0700 |
committer | Willy Tu <wltu@google.com> | Fri Sep 17 08:44:25 2021 -0700 |
tree | 90e95ebcba64e326f7c47d61acf55535efde581c | |
parent | fd16f6dbb0ca64263ed30e6ce18d0c0d53e51bbe [diff] [blame] |
phosphor-ipmi-flash: Fix all C++ warnings Change-Id: I89236b2dab88ca725e269bb8f5b2cbfd271e807a Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/bmc/firmware-handler/pci_nuvoton_handler.cpp b/bmc/firmware-handler/pci_nuvoton_handler.cpp index 0a3f62e..dc79db5 100644 --- a/bmc/firmware-handler/pci_nuvoton_handler.cpp +++ b/bmc/firmware-handler/pci_nuvoton_handler.cpp
@@ -80,7 +80,7 @@ return results; } -bool PciDataHandler::writeMeta(const std::vector<std::uint8_t>& configuration) +bool PciDataHandler::writeMeta(const std::vector<std::uint8_t>&) { /* PCI handler doesn't require configuration write, only read. */ return false;