[PATCH] Silence warning

Rene Kita <[email protected]>
Newsgroups gmane.mail.mutt.devel
Message-ID <[email protected]>
---
 mutt_ssl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mutt_ssl.c b/mutt_ssl.c
index ee08f943..762377e1 100644
--- a/mutt_ssl.c
+++ b/mutt_ssl.c
@@ -708,6 +708,7 @@ static void ssl_err (sslsockdata *data, int err)
       errmsg = "unknown error";
   }
 
+  (void)errmsg;  /* Silence warning when configured with --disable-debug */
   muttdbg(1, "SSL error: %s", errmsg);
 }
 
-- 
2.51.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.