commit | 6ee637aa430c1c08cd56310b1298f96620e9dd69 | [log] [tgz] |
---|---|---|
author | PriyangaRamasamy <priyanga24@in.ibm.com> | Fri Feb 12 04:49:02 2021 -0600 |
committer | Santosh Puranik <santosh.puranik@in.ibm.com> | Fri Feb 12 13:34:50 2021 +0000 |
tree | 366680e80de54231ea7dbe3d4f0f16e6a05347e1 | |
parent | dd453be997178ba042cc99b04fc32e23582eab9c [diff] [blame] |
VPD Tool: Fix for silencing unused variable warning Signed-off-by: PriyangaRamasamy <priyanga24@in.ibm.com> Change-Id: I05bdf989896a983b435ceefebc482d267a9c57f8
diff --git a/vpd_tool_impl.hpp b/vpd_tool_impl.hpp index 3062c3b..8757c31 100644 --- a/vpd_tool_impl.hpp +++ b/vpd_tool_impl.hpp
@@ -117,6 +117,9 @@ */ void eraseInventoryPath(std::string& fru); + /** @brief printReturnCode */ + void printReturnCode(int returnCode); + public: /** * @brief Dump the complete inventory in JSON format