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);
|
free(prepped2);
|
||||||
return buf;
|
return buf;
|
||||||
#else
|
#else
|
||||||
|
(void)ulabel;
|
||||||
return NULL;
|
return NULL;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@ -185,6 +186,7 @@ getdns_convert_alabel_to_ulabel(const char *alabel)
|
||||||
}
|
}
|
||||||
return buf;
|
return buf;
|
||||||
#else
|
#else
|
||||||
|
(void)alabel;
|
||||||
return NULL;
|
return NULL;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue