]> git.ipfire.org Git - thirdparty/curl.git/commit
build: more `-Wformat` fixes
authorViktor Szakats <commit@vsz.me>
Sat, 16 Dec 2023 17:23:40 +0000 (17:23 +0000)
committerViktor Szakats <commit@vsz.me>
Mon, 18 Dec 2023 14:56:57 +0000 (14:56 +0000)
commit09230127589eccc7e01c1a7217787ef8e64f3328
treee65be1173e27bbd76259f6a92988a937b56444c2
parent03e7dff8ff96ea5f87b393a9c11006683bef878e
build: more `-Wformat` fixes

- memdebug: update to not trigger `-Wformat-nonliteral` warnings.
- imap: mark `imap_sendf()` with  `CURL_PRINTF()`.
- tool_msgs: mark static function with `CURL_PRINTF()`.

Follow-up to 3829759bd042c03225ae862062560f568ba1a231 #12489

Closes #12540
lib/imap.c
lib/memdebug.c
src/tool_msgs.c