Unuser variables with --without-libidn

This commit is contained in:
Willem Toorop 2017-01-13 20:49:26 +01:00
parent e80d3340c6
commit 155ceede4c
1 changed files with 2 additions and 0 deletions

View File

@ -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
} }