1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
Joakim Nohlgård b85ae4eeb3 rpl: Remove unused variable when building with ENABLE_DEBUG=1
Fixes
    /data/riotbuild/riotbase/sys/net/gnrc/routing/rpl/gnrc_rpl.c:28:13: error: 'addr_str' defined but not used [-Werror=unused-variable]
     static char addr_str[IPV6_ADDR_MAX_STR_LEN];
                  ^
when building with #define ENABLE_DEBUG (1)
2015-09-29 13:20:58 +02:00
..
application_layer/zep gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
conn gnrc: add GNRC-specific conn implementation 2015-09-21 16:56:27 +02:00
link_layer gnrc_slip: reorder received packet correctly 2015-09-23 16:14:33 +02:00
netapi gnrc_netapi: generic dispatch 2015-08-28 15:44:22 +02:00
netif gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
netreg gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
nettest gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
network_layer Merge pull request #3976 from OlegHahm/6lowpan_unused_variable_fix 2015-09-27 21:01:06 +02:00
pktbuf_static pktbuf: correct size for printing chunk dumps 2015-09-23 16:44:45 +02:00
pktdump gnrc: make all gnrc modules sub-modules of gnrc 2015-08-18 23:00:07 +02:00
routing/rpl rpl: Remove unused variable when building with ENABLE_DEBUG=1 2015-09-29 13:20:58 +02:00
transport_layer/udp gnrc_udp: fix #3707 2015-08-25 18:12:59 +02:00
Makefile gnrc: add GNRC-specific conn implementation 2015-09-21 16:56:27 +02:00