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

gnrc: fix build of gnrc_ipv6_blacklist when ENABLE_DEBUG is disabled
This commit is contained in:
Sebastian Meiling 2018-04-23 14:26:53 +02:00 committed by GitHub
commit 4f97fc76fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)
{