Merge pull request #4067 from ctrlaltdavid/inconsistent-dll-linkage

Suppress warnings about inconsistent DLL linkage of lrintf in Windows
This commit is contained in:
Brad Hefta-Gaub 2015-01-08 12:06:00 -08:00
commit 0ac8f79d2e

View file

@ -49,6 +49,7 @@
#ifdef _WIN32
#pragma warning( push )
#pragma warning( disable : 4273 )
#pragma warning( disable : 4305 )
#endif
extern "C" {