1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

irc: fix compilation warning when gnutls is not found

This commit is contained in:
Sébastien Helleu
2019-03-12 22:26:28 +01:00
parent 99e48d7fa3
commit 5c2c19c0cd
+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 */
}