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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user