1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 22:36:38 +02:00

relay: fix compilation warning when gnutls is not found

This commit is contained in:
Sébastien Helleu
2019-03-12 22:26:55 +01:00
parent 5c2c19c0cd
commit 78cabc2e06
+1
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;