ID:355 - Fix compiler warnings

Commit removes all unused variables reported by compiler.
This commit is contained in:
Zdenek Styblik
2015-01-17 11:44:46 +01:00
parent 6febd10121
commit 33f9336e85
14 changed files with 1 additions and 40 deletions

View File

@@ -377,8 +377,6 @@ ipmi_openipmi_send_cmd(struct ipmi_intf * intf, struct ipmi_rq * req)
}
if(intf->transit_addr != 0 && intf->transit_addr != intf->my_addr) {
uint8_t index = 0;
/* ipmb_addr.transit_slave_addr = intf->transit_addr; */
lprintf(LOG_DEBUG, "Decapsulating data received from transit "
"IPMB target @ 0x%x", intf->transit_addr);