Closed gardner48 closed 6 months ago
CI failures should be resolved as related PRs are merged
When building in single precision, -Wdouble-promotion
causes tons of warnings from printf
which can't be helped. Maybe it should be added conditionally.
When building in single precision,
-Wdouble-promotion
causes tons of warnings fromprintf
which can't be helped. Maybe it should be added conditionally.
Is there a configuration where we could have this flag and avoid the warnings from printf
?
Is there a configuration where we could have this flag and avoid the warnings from printf?
When precision is set to extended, -Wdouble-promotion
is most useful. It's also fine to have the flag when precision is double, but it's not going to identify any promotion warnings.
When precision is set to extended,
-Wdouble-promotion
is most useful. It's also fine to have the flag when precision is double, but it's not going to identify any promotion warnings.
Ah yes, the docs only talk about float
to double
promotion but it makes sense this would for double
to long double
promotion as well. I'll update this in a sec.
-Wno-deprecated-declarations