Skip to content
Snippets Groups Projects
Unverified Commit 4f97fc76 authored by Sebastian Meiling's avatar Sebastian Meiling Committed by GitHub
Browse files

Merge pull request #8894 from beduino-project/fix-gnrc_ipv6_blacklist-build

gnrc: fix build of gnrc_ipv6_blacklist when ENABLE_DEBUG is disabled
parents b4d2882c 93f65043
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,7 @@
ipv6_addr_t gnrc_ipv6_blacklist[GNRC_IPV6_BLACKLIST_SIZE];
BITFIELD(gnrc_ipv6_blacklist_set, GNRC_IPV6_BLACKLIST_SIZE);
#if ENABLE_DEBUG
static char addr_str[IPV6_ADDR_MAX_STR_LEN];
#endif
int gnrc_ipv6_blacklist_add(const ipv6_addr_t *addr)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment