lwip/src/netif
Axel Lin 5b9f79680c lowpan6: Fix build warning when LWIP_6LOWPAN_IPHC=0
Fix below build warning if LWIP_6LOWPAN_IPHC=0.

../../../../lwip/src/netif/lowpan6.c:186:1: error: ‘lowpan6_get_address_mode_mc’ defined but not used [-Werror=unused-function]
 lowpan6_get_address_mode_mc(const ip6_addr_t *ip6addr)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../lwip/src/netif/lowpan6.c:160:1: error: ‘lowpan6_get_address_mode’ defined but not used [-Werror=unused-function]
 lowpan6_get_address_mode(const ip6_addr_t *ip6addr, const struct ieee_802154_addr *mac_addr)
 ^~~~~~~~~~~~~~~~~~~~~~~~

Also correct comment typo: s/LWIP_6LOWPAN_HC/LWIP_6LOWPAN_IPHC/g

Signed-off-by: Axel Lin <axel.lin@ingics.com>
2017-12-24 12:46:11 +01:00
..
ppp Silence gcc 7 warning about fall-through in case statement by adding a comment 2017-10-22 21:27:32 +02:00
bridgeif_fdb.c Try to fix build of bridgeif_fdb.c 2017-10-19 12:16:11 +02:00
bridgeif.c bridgeif: Remove redundant port_netif NULL test in bridgeif_send_to_port 2017-11-26 21:13:08 +01:00
ethernet.c Fix compiler warnings seen with clang 8.1.0 on MacOS 2017-10-13 07:52:34 -05:00
ethernetif.c Reformat netif subdir using astylerc 2017-10-03 21:22:04 +02:00
FILES
lowpan6.c lowpan6: Fix build warning when LWIP_6LOWPAN_IPHC=0 2017-12-24 12:46:11 +01:00
slipif.c slipif: Fix unbalance SYS_ARCH_PROTECT in slipif_process_rxqueue() 2017-11-08 19:48:00 +01:00