Daid
Member
QUOTE
i:/devkitgp2x/devkitgp2x/bin/../sysroot/usr/lib\libm.a(e_expf.o): In function `__ieee754_expf':
: warning: warning: feholdexcept is not implemented and will always fail
i:/devkitgp2x/devkitgp2x/bin/../sysroot/usr/lib\libm.a(e_expf.o): In function `__ieee754_expf':
: warning: warning: fesetenv is not implemented and will always fail
I am getting these warnings in a project. I am trying out some stuff with the eSpeak library, which uses floating points, so I am not surprized if it is related to that.
Now, the code works without problems on my GP2x, but I am wondering where those warnings come from, and what could go wrong because of them. And if they don't pose any problems, any idea on how to 'disable' those warnings? (I rather have warningfree code)
For reference: eSpeak: http://espeak.sourceforge.net/
i:/devkitgp2x/devkitgp2x/bin/../sysroot/usr/lib\libm.a(e_expf.o): In function `__ieee754_expf':
: warning: warning: feholdexcept is not implemented and will always fail
i:/devkitgp2x/devkitgp2x/bin/../sysroot/usr/lib\libm.a(e_expf.o): In function `__ieee754_expf':
: warning: warning: fesetenv is not implemented and will always fail
I am getting these warnings in a project. I am trying out some stuff with the eSpeak library, which uses floating points, so I am not surprized if it is related to that.
Now, the code works without problems on my GP2x, but I am wondering where those warnings come from, and what could go wrong because of them. And if they don't pose any problems, any idea on how to 'disable' those warnings? (I rather have warningfree code)
For reference: eSpeak: http://espeak.sourceforge.net/