1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
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
..
2015-09-23 18:55:11 +02:00
2015-07-07 17:49:17 +02:00
2015-09-22 11:01:55 +02:00
2014-09-12 11:50:12 +02:00
2015-09-16 10:58:51 +02:00
2015-09-25 00:05:18 +02:00
2015-09-03 11:49:57 +02:00
2014-12-03 20:18:37 +01:00
2015-09-16 10:58:51 +02:00
2015-08-21 23:30:04 +02:00
2014-08-23 16:16:26 +02:00
2015-09-22 22:24:52 +02:00