commit | 5d789734ea04e1fd367de63cffc4ff3e578fad25 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Jun 24 03:39:31 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Jun 24 03:51:45 2021 -0700 |
tree | ec4dd3cc8ff9cbbf02229e2d6520e17ee778f7dd | |
parent | 3ddd2984455772f2dc5a27059140957509bc0505 [diff] [blame] |
treewide: Cleanup pedantic C++ warnings Change-Id: I9c770506d78bd30dde1903645d9bfe92bceab44d Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/ipmi.cpp b/ipmi.cpp index bcd2b4d..64617aa 100644 --- a/ipmi.cpp +++ b/ipmi.cpp
@@ -38,7 +38,7 @@ namespace ipmi { -ipmi_ret_t handleSysCommand(HandlerInterface* handler, ipmi_cmd_t cmd, +ipmi_ret_t handleSysCommand(HandlerInterface* handler, ipmi_cmd_t, const uint8_t* reqBuf, uint8_t* replyCmdBuf, size_t* dataLen) {