[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-378-g96c3d0eb9

jonathan at claws-mail.org jonathan at claws-mail.org
Mon Nov 29 08:27:18 CET 2021


The branch, gtk3 has been updated
       via  96c3d0eb96a643630d5fc44943d6553887e6b8b2 (commit)
      from  46f2d1dbc21fff7ce056d924b4084ffe33c699a7 (commit)

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


- Log -----------------------------------------------------------------
commit 96c3d0eb96a643630d5fc44943d6553887e6b8b2
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