mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-16 16:28:13 +00:00
Disabled spurious Visual Studio warnings in the uClibc math code
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
* ====================================================
|
||||
*/
|
||||
|
||||
#if defined(_MSC_VER) /* Handle Microsoft VC++ compiler specifics. */
|
||||
/* C4723: potential divide by zero. */
|
||||
#pragma warning ( disable : 4723 )
|
||||
#endif
|
||||
|
||||
/* __ieee754_log(x)
|
||||
* Return the logrithm of x
|
||||
*
|
||||
|
Reference in New Issue
Block a user