mirror of
https://github.com/curl/curl.git
synced 2026-08-26 13:03:32 +03:00
build: delete -Wsign-conversion related FIXMEs
We decided last year not to pursue avoiding this warning, because it
adds noise and friction, while in most cases not revealing actual code
issues. We fixed the interesting portion of them throughout mid-2024.
Conclude this effort by deleting related FIXMEs and temporary comments.
Follow-up to 3829759bd0 #12489
Closes #15939
This commit is contained in:
parent
115ea7633e
commit
8a266ac488
3 changed files with 4 additions and 4 deletions
|
|
@ -31,7 +31,7 @@
|
|||
/* Tell "curl/curl.h" not to include "curl/mprintf.h" */
|
||||
#define CURL_SKIP_INCLUDE_MPRINTF
|
||||
|
||||
/* FIXME: Delete this once the warnings have been fixed. */
|
||||
/* Make these warnings visible with an option. */
|
||||
#if !defined(CURL_WARN_SIGN_CONVERSION)
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
#pragma GCC diagnostic ignored "-Wsign-conversion"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue