1
0
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:
Nils Görs
2019-03-12 22:43:03 +01:00
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -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 */
}
+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;