61fa5d70f5
devif/ipv6_input.c: In function ‘ipv6_input’: devif/ipv6_input.c:344:32: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses] 344 | if ((ipv6->destipaddr[0] & HTONS(0xff0f) != HTONS(0xff00)) && | ^ devif/ipv6_input.c:345:32: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses] 345 | (ipv6->destipaddr[0] & HTONS(0xff0f) != HTONS(0xff01)) && | ^ devif/ipv6_input.c:346:32: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses] 346 | (ipv6->destipaddr[0] & HTONS(0xff0f) != HTONS(0xff02))) | ^ Signed-off-by: chao.an <anchao@xiaomi.com> |
||
---|---|---|
.. | ||
Make.defs | ||
devif.h | ||
devif_callback.c | ||
devif_cansend.c | ||
devif_forward.c | ||
devif_initialize.c | ||
devif_iobsend.c | ||
devif_loopback.c | ||
devif_pktsend.c | ||
devif_poll.c | ||
devif_send.c | ||
ipv4_input.c | ||
ipv6_input.c |