mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 17:36:25 +00:00
Disabled spurious Visual Studio warnings in the uClibc math code
This commit is contained in:
@@ -58,6 +58,11 @@
|
||||
#include "math_libm.h"
|
||||
#include "math_private.h"
|
||||
|
||||
#if defined(_MSC_VER) /* Handle Microsoft VC++ compiler specifics. */
|
||||
/* C4756: overflow in constant arithmetic */
|
||||
#pragma warning ( disable : 4756 )
|
||||
#endif
|
||||
|
||||
static const double
|
||||
bp[] = {1.0, 1.5,},
|
||||
dp_h[] = { 0.0, 5.84962487220764160156e-01,}, /* 0x3FE2B803, 0x40000000 */
|
||||
|
Reference in New Issue
Block a user