libm: Fixed all static analysis warnings.

This commit is contained in:
Ryan C. Gordon 2018-08-08 12:13:56 -04:00
parent 0e7971862f
commit a6ccb4f336
3 changed files with 15 additions and 4 deletions

View file

@ -221,7 +221,7 @@ __ieee754_sqrt(double)
extern double __kernel_sin(double, double, int) attribute_hidden;
extern double __kernel_cos(double, double) attribute_hidden;
extern double __kernel_tan(double, double, int) attribute_hidden;
extern int32_t __kernel_rem_pio2(double *, double *, int, int, int,
extern int32_t __kernel_rem_pio2(double *, double *, int, int, const unsigned int,
const int32_t *) attribute_hidden;
#endif /* _MATH_PRIVATE_H_ */