mirror of
https://github.com/curl/curl.git
synced 2026-06-18 09:15:37 +03:00
The reason to use them seems to be that just (void) before a function call is not enough to silence compiler warnings when return codes are ignored and -Werror=unused-result is used. While (void)! apparently works to silence those warnings, it is just too weird and surprising to readers to use. It is rather a reason to reconsider the usefulness of the warning. Closes #22023 |
||
|---|---|---|
| .. | ||
| .checksrc | ||
| .gitignore | ||
| CMakeLists.txt | ||
| dnsd.c | ||
| first.c | ||
| first.h | ||
| getpart.c | ||
| Makefile.am | ||
| Makefile.inc | ||
| mqttd.c | ||
| resolve.c | ||
| rtspd.c | ||
| sockfilt.c | ||
| socksd.c | ||
| sws.c | ||
| tftpd.c | ||
| util.c | ||