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