Merge branch 'master' of github.com:weechat/weechat
This commit is contained in:
commit
840c815bb0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user