]> git.ipfire.org Git - thirdparty/git.git/blobdiff - imap-send.c
l10n: zh_CN: Revision for git v2.32.0 l10n round 1
[thirdparty/git.git] / imap-send.c
index 9d06ef7cd252b5ef7e946c1ac812a262f198b2d0..a0540ba5cf43e5af6c749f8c1bc7b06a7ff222ad 100644 (file)
@@ -451,6 +451,7 @@ static int buffer_gets(struct imap_buffer *b, char **s)
        /* not reached */
 }
 
+__attribute__((format (printf, 1, 2)))
 static void imap_info(const char *msg, ...)
 {
        va_list va;
@@ -463,6 +464,7 @@ static void imap_info(const char *msg, ...)
        }
 }
 
+__attribute__((format (printf, 1, 2)))
 static void imap_warn(const char *msg, ...)
 {
        va_list va;
@@ -504,6 +506,7 @@ static char *next_arg(char **s)
        return ret;
 }
 
+__attribute__((format (printf, 3, 4)))
 static int nfsnprintf(char *buf, int blen, const char *fmt, ...)
 {
        int ret;