phosphor-ipmi-flash: Fix all C++ warnings
Change-Id: I89236b2dab88ca725e269bb8f5b2cbfd271e807a
Signed-off-by: Willy Tu <wltu@google.com>
diff --git a/cleanup/cleanup.cpp b/cleanup/cleanup.cpp
index baf5053..7f92d87 100644
--- a/cleanup/cleanup.cpp
+++ b/cleanup/cleanup.cpp
@@ -44,8 +44,7 @@
return {supported};
}
-bool FileCleanupHandler::commit(uint16_t session,
- const std::vector<uint8_t>& data)
+bool FileCleanupHandler::commit(uint16_t, const std::vector<uint8_t>&)
{
for (const auto& file : files)
{