1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-13 03:14:38 +00:00

fix warnings

This commit is contained in:
fig02 2022-02-12 20:45:32 -05:00
parent 94af6977b3
commit d729ddf457
2 changed files with 32 additions and 13 deletions

View file

@ -9,7 +9,6 @@ f32 fabsf(f32 f);
f32 __floatundisf(u32 c);
f64 __floatundidf(u32 c);
f32 __powisf2(f32 a, s32 b);
unsigned long __udivdi3(unsigned long a, unsigned long b);
#else
#pragma intrinsic(fabsf)
#endif