Re-enable the default checking for sign conversion
This commit is contained in:
parent
924d26113e
commit
73121e2c1f
@ -66,10 +66,6 @@
|
||||
// many valid cases.
|
||||
# pragma GCC diagnostic ignored "-Wshadow"
|
||||
|
||||
// Disable the warning about implicit conversions that may change the sign of
|
||||
// an integer; silencing it otherwise would require many explicit casts.
|
||||
# pragma GCC diagnostic ignored "-Wsign-conversion"
|
||||
|
||||
// Disable the warning about nonliteral format strings because we construct
|
||||
// them dynamically when falling back to snprintf for FP formatting.
|
||||
# pragma GCC diagnostic ignored "-Wformat-nonliteral"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user