---
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- [PATCH] Silence warning Rene Kita
- Re: [PATCH] Silence warning Kevin J. McCarthy
