Double promotion warnings are generated with the flag -Wdouble-promotion Exponent was defined as a float, but was really be used a double here Change the type of exponent in sqrt from float to double. Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com> |
||
|---|---|---|
| .. | ||
| main.c | ||
| test_qsort.c | ||
| test_sqrt.c | ||
| test_strerror.c | ||