mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
Fix compiling mdns.c after last change (mixed code and declarations)
This commit is contained in:
parent
2505c6019e
commit
7c1f844782
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user