We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5295d69 commit 60e8510Copy full SHA for 60e8510
nrf_rpc/nrf_rpc.c
@@ -363,7 +363,7 @@ static int group_init_send(const struct nrf_rpc_group *group)
363
return send(group, tx_buf, NRF_RPC_HEADER_SIZE + len);
364
}
365
366
-static inline bool packet_validate(const uint8_t *packet)
+static inline __attribute__((unused)) bool packet_validate(const uint8_t *packet)
367
{
368
uintptr_t addr = (uintptr_t)packet;
369
/* Checking NULL may be sometimes not enough, because pointer can be
0 commit comments