curl/.github
Viktor Szakats 5fc61a37c1
examples: suppress deprecation warnings locally
Simplify making clean builds by silencing deprecation warnings inside
the example code where these may occur.

Drop related build tweaks/comments from GHA jobs.

Example warning:
```
curl/docs/examples/postit2-formadd.c:65:16: error: 'CURLFORM_COPYNAME' is deprecated: since 7.56.0. Use curl_mime_name() [-Werror=deprecated-declarations]
   65 |                CURLFORM_COPYNAME, "sendfile",
      |                ^~~~~~~~~~~~~~~~~
```
Ref: https://github.com/curl/curl/actions/runs/9841099503/job/27166970904#step:10:829

Closes #14123
2024-07-08 17:22:21 +02:00
..
ISSUE_TEMPLATE
scripts winbuild: MS-DOS batch tidy-ups 2024-07-02 19:26:15 +02:00
workflows examples: suppress deprecation warnings locally 2024-07-08 17:22:21 +02:00
CODEOWNERS CI: add whitespace checker 2024-06-27 13:33:30 +02:00
CONTRIBUTING.md
dependabot.yml
FUNDING.yml
labeler.yml CI: Improve labeler tag detection 2024-05-28 11:49:31 -07:00
lock.yml
stale.yml