Skip to content

build: compiler warning silencing tidy-ups#20908

Closed
vszakats wants to merge 16 commits intocurl:masterfrom
vszakats:tfmtnonlit
Closed

build: compiler warning silencing tidy-ups#20908
vszakats wants to merge 16 commits intocurl:masterfrom
vszakats:tfmtnonlit

Conversation

@vszakats
Copy link
Copy Markdown
Member

@vszakats vszakats commented Mar 12, 2026

@vszakats vszakats marked this pull request as draft March 12, 2026 13:59
@testclutch

This comment was marked as outdated.

@vszakats vszakats changed the title [TEST] tool_writeout: warning suppression scope src: warning silencing tidy-ups Mar 12, 2026
@github-actions github-actions bot added the tests label Mar 12, 2026
@vszakats vszakats changed the title src: warning silencing tidy-ups build: compiler warning silencing tidy-ups Mar 12, 2026
Fallouts:
- Windows / dl-mingw, CM 6.4.0-i686 schannel !unity (pull_request)

D:/a/curl/curl/tests/unit/unit1652.c:112:3: error: reading through null pointer (argument 3) [-Werror=format=]
   Curl_infof(easy, "%s", (char *)NULL);
   ^~~~~~~~~~
https://github.com/curl/curl/actions/runs/23011479533/job/66822966645?pr=20908

- Windows / dl-mingw, CM 7.3.0-x86_64 schannel mbedtls U (pull_request)

D:/a/curl/curl/tests/unit/unit1652.c:112:3: error: reading through null pointer (argument 3) [-Werror=format=]
   Curl_infof(easy, "%s", (char *)NULL);
   ^~~~~~~~~~
https://github.com/curl/curl/actions/runs/23011479533/job/66822966647?pr=20908

- old linux

/__w/curl/curl/tests/unit/unit1652.c:112:3: error: reading through null pointer (argument 3) [-Werror=format=]
   Curl_infof(easy, "%s", (char *)NULL);
   ^~~~~~~~~~
https://github.com/curl/curl/actions/runs/23011479414/job/66822941242?pr=20908
@github-actions github-actions bot added the CI Continuous Integration label Mar 12, 2026
@vszakats vszakats marked this pull request as ready for review March 12, 2026 17:29
@vszakats vszakats closed this in 210d8ec Mar 12, 2026
@vszakats vszakats deleted the tfmtnonlit branch March 12, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI Continuous Integration cmdline tool tests

Development

Successfully merging this pull request may close these issues.

2 participants