Skip to content

Commit

Permalink
fix: remove unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-roland committed Apr 10, 2024
1 parent 1f615e1 commit 97eefed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/protocol/codec/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ int8_t _z_reply_encode(_z_wbuf_t *wbf, const _z_msg_reply_t *reply) {
}
int8_t _z_reply_decode_extension(_z_msg_ext_t *extension, void *ctx) {
int8_t ret = _Z_RES_OK;
_z_msg_reply_t *reply = (_z_msg_reply_t *)ctx;
switch (_Z_EXT_FULL_ID(extension->_header)) {
default:
ret = _z_msg_ext_unknown_error(extension, 0x0a);
Expand Down

0 comments on commit 97eefed

Please sign in to comment.