curl/src
Viktor Szakats 548c16a824
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
2026-04-16 10:32:50 +02:00
..
toolx
.checksrc
.gitignore
CMakeLists.txt cmake: drop support for CMake 3.17 and older 2026-03-21 13:24:47 +01:00
config2setopts.c build: fix -Wformat-signedness by adjusting printf masks 2026-04-16 10:32:50 +02:00
config2setopts.h
curl.rc
curlinfo.c pytest: test threaded resolver 2026-04-11 17:31:56 +02:00
Makefile.am Makefile.am: replace stray := with = [ci skip] 2026-04-06 02:52:08 +02:00
Makefile.inc
mk-file-embed.pl
mkhelp.pl
slist_wc.c
slist_wc.h badwords: rework exceptions, fix many of them 2026-03-12 01:01:16 +01:00
terminal.c badwords: rework exceptions, fix many of them 2026-03-12 01:01:16 +01:00
terminal.h
tool_cb_dbg.c
tool_cb_dbg.h
tool_cb_hdr.c tidy-up: rename Curl_safefree()/tool_safefree() to curlx_safefree() 2026-04-01 19:53:53 +02:00
tool_cb_hdr.h
tool_cb_prg.c gcc: guard #pragma diagnostic in core code for <4.6, disable picky warnings 2026-03-18 11:33:37 +01:00
tool_cb_prg.h
tool_cb_rea.c tool_cb_rea: make waitfd() return void 2026-03-28 23:00:42 +01:00
tool_cb_rea.h
tool_cb_see.c badwords: rework exceptions, fix many of them 2026-03-12 01:01:16 +01:00
tool_cb_see.h
tool_cb_soc.c
tool_cb_soc.h
tool_cb_wrt.c tool_cb_wrt: fix no-clobber error handling 2026-03-16 15:31:44 +01:00
tool_cb_wrt.h
tool_cfgable.c tidy-up: miscellaneous 2026-04-14 01:08:32 +02:00
tool_cfgable.h tool: simplify retrycheck() 2026-04-10 09:38:15 +02:00
tool_dirhie.c tool_dirhie: stop redefining system symbol mkdir 2026-03-30 13:46:14 +02:00
tool_dirhie.h clang-tidy: enable more checks, fix fallouts 2026-04-14 02:20:16 +02:00
tool_doswin.c build: include curlx headers directly in src and tests 2026-03-16 12:05:39 +01:00
tool_doswin.h
tool_easysrc.c
tool_easysrc.h
tool_filetime.c
tool_filetime.h
tool_findfile.c tidy-up: miscellaneous 2026-04-14 01:08:32 +02:00
tool_findfile.h
tool_formparse.c tidy-up: rename Curl_safefree()/tool_safefree() to curlx_safefree() 2026-04-01 19:53:53 +02:00
tool_formparse.h
tool_getparam.c build: fix -Wformat-signedness by adjusting printf masks 2026-04-16 10:32:50 +02:00
tool_getparam.h tool_getparam: reduce opt_string complexity 2026-04-08 08:03:16 +02:00
tool_getpass.c
tool_getpass.h badwords: rework exceptions, fix many of them 2026-03-12 01:01:16 +01:00
tool_help.c tool: fix memory mixups 2026-03-27 08:10:32 +01:00
tool_help.h
tool_helpers.c
tool_helpers.h
tool_hugehelp.h
tool_ipfs.c tidy-up: rename Curl_safefree()/tool_safefree() to curlx_safefree() 2026-04-01 19:53:53 +02:00
tool_ipfs.h
tool_libinfo.c tidy-up: miscellaneous 2026-04-14 01:08:32 +02:00
tool_libinfo.h
tool_listhelp.c
tool_main.c gcc: guard #pragma diagnostic in core code for <4.6, disable picky warnings 2026-03-18 11:33:37 +01:00
tool_main.h
tool_msgs.c tool_msgs: avoid null pointer deref for early errors 2026-03-18 10:40:19 +01:00
tool_msgs.h
tool_operate.c test dnsd: implement delayed responses 2026-04-14 16:49:07 +02:00
tool_operate.h tool: simplify retrycheck() 2026-04-10 09:38:15 +02:00
tool_operhlp.c tidy-up: rename Curl_safefree()/tool_safefree() to curlx_safefree() 2026-04-01 19:53:53 +02:00
tool_operhlp.h
tool_paramhlp.c clang-tidy: enable more checks, fix fallouts 2026-04-14 02:20:16 +02:00
tool_paramhlp.h
tool_parsecfg.c
tool_parsecfg.h
tool_progress.c lib: move all UNITTEST prototypes to C files 2026-03-20 07:47:57 +01:00
tool_progress.h lib: move all UNITTEST prototypes to C files 2026-03-20 07:47:57 +01:00
tool_sdecls.h badwords: rework exceptions, fix many of them 2026-03-12 01:01:16 +01:00
tool_setopt.c tool_setopt: return error on OOM correctly 2026-03-24 10:48:03 +01:00
tool_setopt.h clang-tidy: enable more checks, fix fallouts 2026-04-14 02:20:16 +02:00
tool_setup.h src: drop detecting and redefining system symbol ftruncate 2026-03-30 13:46:14 +02:00
tool_ssls.c tidy-up: rename Curl_safefree()/tool_safefree() to curlx_safefree() 2026-04-01 19:53:53 +02:00
tool_ssls.h
tool_stderr.c badwords: rework exceptions, fix many of them 2026-03-12 01:01:16 +01:00
tool_stderr.h
tool_urlglob.c tidy-up: rename Curl_safefree()/tool_safefree() to curlx_safefree() 2026-04-01 19:53:53 +02:00
tool_urlglob.h
tool_util.c tidy-up: miscellaneous 2026-04-14 01:08:32 +02:00
tool_util.h
tool_version.h
tool_vms.c
tool_vms.h
tool_writeout.c build: fix -Wformat-signedness by adjusting printf masks 2026-04-16 10:32:50 +02:00
tool_writeout.h progress: count amount of data "delivered" to application 2026-03-21 23:21:55 +01:00
tool_writeout_json.c
tool_writeout_json.h
tool_xattr.c
tool_xattr.h
var.c build: fix -Wformat-signedness by adjusting printf masks 2026-04-16 10:32:50 +02:00
var.h