imap: check imap_sendf() printf masks at compile-time

Closes #20287
This commit is contained in:
Viktor Szakats
2026-01-13 14:01:38 +01:00
parent 80739fa89d
commit 060e479a19

View File

@@ -154,6 +154,9 @@ struct ulbits {
*
* Designed to never block.
*/
static CURLcode imap_sendf(struct Curl_easy *data,
struct imap_conn *imapc,
const char *fmt, ...) CURL_PRINTF(3, 0);
static CURLcode imap_sendf(struct Curl_easy *data,
struct imap_conn *imapc,
const char *fmt, ...)