Fix compiling mdns.c after last change (mixed code and declarations)

This commit is contained in:
goldsimon 2017-12-18 20:06:45 +01:00
parent 2505c6019e
commit 7c1f844782

View File

@ -524,9 +524,8 @@ mdns_build_reverse_v6_domain(struct mdns_domain *domain, const ip6_addr_t *addr)
{
int i;
err_t res;
LWIP_UNUSED_ARG(res);
const u8_t *ptr;
LWIP_UNUSED_ARG(res);
if (!domain || !addr) {
return ERR_ARG;
}