]> git.ipfire.org Git - thirdparty/curl.git/commit
curl_log: avoid printf() format checking with mingw
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jan 2023 09:58:54 +0000 (10:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jan 2023 12:37:21 +0000 (13:37 +0100)
commit521da2dbd3d010a14be14b427c0630f4e91662d8
tree34bc77f35ee3f19b8eaeedfcdd5e75fb87e036d7
parente6b72644c2058117a1c32541b57cbf3898399f12
curl_log: avoid printf() format checking with mingw

Since it does not seem to like %zu and more

Follow-up to db91dbbf2

Fixes #10291
Closes #10292
lib/curl_log.h