[Commits] [SCM] claws branch, master, updated. 3.18.0-318-g67d3d844e

jonathan at claws-mail.org jonathan at claws-mail.org
Fri Dec 31 19:17:32 UTC 2021


The branch, master has been updated
       via  67d3d844e4e8e7794e13283f89416b0e412684d2 (commit)
      from  ff596f89b8860a3cad050cd1a5dd9e167804d34c (commit)

Summary of changes:
 src/plugins/mailmbox/mailimf.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 67d3d844e4e8e7794e13283f89416b0e412684d2
Author: Jonathan Boeing <jonathan at claws-mail.org>
Date:   Sat Nov 20 06:40:29 2021 -0700

    Fix clang -Wunused-function warning

diff --git a/src/plugins/mailmbox/mailimf.c b/src/plugins/mailmbox/mailimf.c
index 19b3b2957..a861004a6 100644
--- a/src/plugins/mailmbox/mailimf.c
+++ b/src/plugins/mailmbox/mailimf.c
@@ -71,8 +71,9 @@
 
 
 
-
+#if 0
 static inline int is_dtext(char ch);
+#endif
 
 static int mailimf_quoted_pair_parse(const char * message, size_t length,
 				     size_t * index, char * result);
@@ -3508,6 +3509,7 @@ dtext           =       NO-WS-CTL /     ; Non white space controls
                                         ;  "]", or "\"
 */
 
+#if 0
 static inline int is_dtext(char ch)
 {
   unsigned char uch = (unsigned char) ch;
@@ -3526,6 +3528,7 @@ static inline int is_dtext(char ch)
 
   return TRUE;
 }
+#endif
 
 /*
 message         =       (fields / obs-fields)

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list