1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Return value

This commit is contained in:
Peter Boyle 2021-08-23 15:30:45 +01:00
parent c6a5499c8b
commit 5b3c530aa7

View File

@ -73,6 +73,7 @@ feenableexcept (unsigned int excepts)
iold_excepts = (int) old_excepts; iold_excepts = (int) old_excepts;
return ( fesetenv (&fenv) ? -1 : iold_excepts ); return ( fesetenv (&fenv) ? -1 : iold_excepts );
#endif #endif
return 0;
} }
#endif #endif