mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 19:23:13 +02:00
Merge branch 'master' of github.com:weechat/weechat
This commit is contained in:
@@ -484,6 +484,9 @@ irc_server_eval_fingerprint (struct t_irc_server *server)
|
||||
}
|
||||
return fingerprint_eval;
|
||||
#else
|
||||
/* make C compiler happy */
|
||||
(void) server;
|
||||
|
||||
return strdup ("");
|
||||
#endif /* HAVE_GNUTLS */
|
||||
}
|
||||
|
||||
@@ -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