Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #262006

Category curl
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Sun 22 Mar 2026 19:15:56
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 757fd6aae90265e4e1021a8f82d086186e303bb7

Comments

gnutls: fix clang-tidy warning with !verbose
with
`-DCURL_DISABLE_VERBOSE_STRINGS=ON -DCURL_USE_GNUTLS=ON -DCURL_CLANG_TIDY=ON`.

```
lib/vtls/gtls.c:268:7: error: Value stored to 'strerr' is never read [clang-analyzer-deadcode.DeadStores,-warnings-as-errors]
  268 |       strerr = gnutls_strerror(rc);
      |       ^        ~~~~~~~~~~~~~~~~~~~
```

Closes #21060

Changed files