Change #264641
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Thu 16 Apr 2026 10:32:50 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 548c16a824017c49ee14dfb039ddc367fc37838d |
Comments
build: fix `-Wformat-signedness` by adjusting printf masks - sync printf masks with the passed value. - fix a couple of casts. Cherry-picked from #20848 Closes #21335
Changed files
- lib/altsvc.c
- lib/cf-h2-proxy.c
- lib/cf-https-connect.c
- lib/cf-ip-happy.c
- lib/content_encoding.c
- lib/cw-out.c
- lib/ftp.c
- lib/http.c
- lib/http2.c
- lib/imap.c
- lib/mime.c
- lib/multi.c
- lib/multi_ev.c
- lib/rtsp.c
- lib/smtp.c
- lib/socks.c
- lib/tftp.c
- lib/url.c
- lib/vquic/curl_ngtcp2.c
- lib/vquic/curl_quiche.c
- lib/vtls/gtls.c
- lib/vtls/mbedtls.c
- lib/vtls/openssl.c
- lib/vtls/rustls.c
- lib/vtls/schannel.c
- lib/vtls/schannel_verify.c
- lib/vtls/vtls.c
- lib/vtls/vtls_scache.c
- lib/vtls/x509asn1.c
- lib/ws.c
- src/config2setopts.c
- src/tool_getparam.c
- src/tool_writeout.c
- src/var.c
- tests/libtest/cli_h2_upgrade_extreme.c
- tests/libtest/cli_ws_data.c
- tests/libtest/cli_ws_pingpong.c
- tests/libtest/first.c
- tests/libtest/lib1560.c
- tests/libtest/lib1565.c
- tests/libtest/lib1597.c
- tests/libtest/lib1947.c
- tests/libtest/lib2405.c
- tests/server/mqttd.c
- tests/server/sws.c
- tests/server/util.c
- tests/tunit/tool1621.c
- tests/unit/unit1323.c
- tests/unit/unit1652.c
- tests/unit/unit1660.c
- tests/unit/unit1664.c
- tests/unit/unit1675.c
- tests/unit/unit2603.c
- tests/unit/unit2604.c
- tests/unit/unit2605.c
- tests/unit/unit3200.c