src: stop overriding system printf symbols

Also:
- tool_operate: use the socket printf mask, drop cast.

Follow-up to 4deea9396b #18814

Closes #18844
This commit is contained in:
Viktor Szakats 2025-10-04 12:24:57 +02:00
parent 34ad78da89
commit db98daab05
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
25 changed files with 203 additions and 207 deletions

View file

@ -246,6 +246,7 @@ int main(int argc, char **argv)
(void)argv;
for(i = 0; i < CURL_ARRAYSIZE(disabled); i++)
/* !checksrc! disable BANNEDFUNC 1 */
printf("%s\n", disabled[i]);
return 0;