]> git.ipfire.org Git - thirdparty/curl.git/commit
autotools: silence gcc warnings in libtool code
authorViktor Szakats <commit@vsz.me>
Sun, 5 Jan 2025 13:24:40 +0000 (14:24 +0100)
committerViktor Szakats <commit@vsz.me>
Sun, 5 Jan 2025 16:15:05 +0000 (17:15 +0100)
commita3a131b2a68da4562eedeb9c3284ace1fcce9966
tree3992d0af3713f35c61904199c0230c2be781212a
parent893e57e84cc00fcf4e48f0f370e419be304592f7
autotools: silence gcc warnings in libtool code

```
./.libs/lt-upload-pausing.c: In function 'lt_fatal':
./.libs/lt-upload-pausing.c:593:1: warning: function might be candidate for attribute 'noreturn' [-Wsuggest-attribute=noreturn]
  593 | lt_fatal (const char *file, int line, const char *message, ...)
      | ^~~~~~~~
```
https://github.com/curl/curl/actions/runs/12611924141/job/35148104431?pr=15911#step:11:264

Ref: https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsuggest-attribute_003d

Closes #15915
m4/curl-compilers.m4