Skip to content

Commit

Permalink
fix: use unused macro
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Dec 5, 2023
1 parent a7b9b7f commit e27cb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport/common/lease.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ int8_t _z_send_join(_z_transport_t *zt) {
ret = _zp_multicast_send_join(&zt->_transport._raweth);
break;
default:
(void)zt;
_ZP_UNUSED(zt);
ret = _Z_ERR_TRANSPORT_NOT_AVAILABLE;
break;
}
Expand Down

0 comments on commit e27cb76

Please sign in to comment.