incubator-nuttx/net/route
chao an 0978dcf88d net/mld/route: fix build warning
In file included from route/net_del_ramroute.c:30:
route/net_del_ramroute.c: In function ‘net_match_ipv4’:
route/net_del_ramroute.c:93:9: warning: format ‘%lx’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘unsigned int’ [-Wformat=]
   93 |   ninfo("  target=%08lx netmask=%08lx\n",
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
route/net_del_ramroute.c:93:23: note: format string is defined here
   93 |   ninfo("  target=%08lx netmask=%08lx\n",
      |                   ~~~~^
      |                       |
      |                       long unsigned int
      |                   %08x

mld/mld_timer.c: In function ‘mld_gendog_work’:
mld/mld_timer.c:118:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  118 |   ifindex = (int)arg;
      |             ^
mld/mld_timer.c: In function ‘mld_v1dog_work’:
mld/mld_timer.c:237:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  237 |   ifindex = (int)arg;
      |             ^

Signed-off-by: chao an <anchao@xiaomi.com>
2022-09-06 18:24:20 +08:00
..
Kconfig Fix typos reported by codespell 2021-02-25 11:31:49 -08:00
Make.defs net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
cacheroute.h Fix typos (and nxstyle errors) 2021-03-21 21:51:14 +01:00
fileroute.h net/route: Remove net_init_fileroute 2022-03-12 19:24:17 +02:00
net_add_fileroute.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_add_ramroute.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_alloc_ramroute.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_cacheroute.c Remove the unneeded void cast 2022-04-17 23:32:05 +03:00
net_del_fileroute.c net: use HTONS, NTOHS, HTONL, NTOHL macro in kernel code 2022-01-18 10:59:47 +01:00
net_del_ramroute.c net/mld/route: fix build warning 2022-09-06 18:24:20 +08:00
net_dumproute.c net: use HTONS, NTOHS, HTONL, NTOHL macro in kernel code 2022-01-18 10:59:47 +01:00
net_fileroute.c use rmutex inside of all repeated implementation 2022-05-30 19:43:48 +08:00
net_foreach_fileroute.c Fix typos (and nxstyle errors) 2021-03-21 21:51:14 +01:00
net_foreach_ramroute.c Fix typos (and nxstyle errors) 2021-03-21 21:51:14 +01:00
net_foreach_romroute.c Fix typos (and nxstyle errors) 2021-03-21 21:51:14 +01:00
net_initroute.c net/route: Remove net_init_fileroute 2022-03-12 19:24:17 +02:00
net_queue_ramroute.c arch: Remove the extra space before the function prototype 2022-05-15 13:55:58 +03:00
net_router.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
netdev_router.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
ramroute.h arch: Remove the extra space before the function prototype 2022-05-15 13:55:58 +03:00
romroute.h net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
route.h Fix typos (and nxstyle errors) 2021-03-21 21:51:14 +01:00