sixlowpan: suppress clang-analyzer report
This commit is contained in:
parent
d4a0b3f5bd
commit
ebcd07f6aa
@ -237,6 +237,9 @@ static void _send(ng_pktsnip_t *pkt)
|
||||
payload_len++;
|
||||
}
|
||||
#else
|
||||
/* suppress clang-analyzer report about iface being not read */
|
||||
(void) iface;
|
||||
|
||||
DEBUG("6lo: Send uncompressed\n");
|
||||
|
||||
sixlowpan = ng_pktbuf_add(NULL, NULL, sizeof(uint8_t), NG_NETTYPE_SIXLOWPAN);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user