mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-02 16:08:30 +00:00
libm: Fixed all static analysis warnings.
This commit is contained in:
@@ -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_ */
|
||||
|
Reference in New Issue
Block a user