mirror of https://github.com/getdnsapi/getdns.git
Unuser variables with --without-libidn
This commit is contained in:
parent
e80d3340c6
commit
155ceede4c
|
@ -156,6 +156,7 @@ getdns_convert_ulabel_to_alabel(const char *ulabel)
|
|||
free(prepped2);
|
||||
return buf;
|
||||
#else
|
||||
(void)ulabel;
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
@ -185,6 +186,7 @@ getdns_convert_alabel_to_ulabel(const char *alabel)
|
|||
}
|
||||
return buf;
|
||||
#else
|
||||
(void)alabel;
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue