relay: fix compilation warning when gnutls is not found

v2.8-utf8proc
Sébastien Helleu 2019-03-12 22:26:55 +01:00
parent 5c2c19c0cd
commit 78cabc2e06
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ relay_config_check_network_ssl_priorities (const void *pointer, void *data,
return 0;
#else
/* make C compiler happy */
(void) pointer;
(void) data;
(void) option;
(void) value;