incubator-nuttx/net/igmp
chao an 09bb292fa2 net/igmp: fix build warning on GCC 12.2.0
igmp/igmp_input.c: In function 'igmp_input':
igmp/igmp_input.c:201:31: warning: the comparison will always evaluate as 'false' for the address of 'grpaddr' will never be NULL [-Waddress]
  201 |             if (igmp->grpaddr == 0)
      |                               ^~
In file included from nuttx/include/nuttx/net/netstats.h:67,
                 from igmp/igmp_input.c:53:
nuttx/include/nuttx/net/igmp.h:132:12: note: 'grpaddr' declared here
  132 |   uint16_t grpaddr[2];       /* 32-bit Group address */
      |            ^~~~~~~

Signed-off-by: chao an <anchao@xiaomi.com>
2022-10-11 00:56:13 +08:00
..
Kconfig
Make.defs net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
igmp.h net/igmp: Remove igmp_initialize 2022-03-12 19:24:17 +02:00
igmp_group.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
igmp_initialize.c net/igmp: Remove igmp_initialize 2022-03-12 19:24:17 +02:00
igmp_input.c net/igmp: fix build warning on GCC 12.2.0 2022-10-11 00:56:13 +08:00
igmp_join.c net/igmp: fix nxstyle warning 2020-12-03 12:23:04 +01:00
igmp_leave.c sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
igmp_mcastmac.c net/igmp: Remove igmp_initialize 2022-03-12 19:24:17 +02:00
igmp_msg.c net: nxstyle fixes 2021-02-20 00:38:18 -08:00
igmp_poll.c net/igmp: Remove igmp_initialize 2022-03-12 19:24:17 +02:00
igmp_send.c net/igmp: Remove igmp_initialize 2022-03-12 19:24:17 +02:00
igmp_timer.c sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00