- restored msvc warning disable code
This commit is contained in:
@@ -32,6 +32,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma warning (disable : 4244) // "conversion from double to float"
|
||||
#pragma warning (disable : 4305) // "truncation from const double to float"
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
#include "BLI_blenlib.h"
|
||||
|
||||
|
Reference in New Issue
Block a user