mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +02:00
Merge pull request #4067 from ctrlaltdavid/inconsistent-dll-linkage
Suppress warnings about inconsistent DLL linkage of lrintf in Windows
This commit is contained in:
commit
0ac8f79d2e
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#pragma warning( push )
|
#pragma warning( push )
|
||||||
|
#pragma warning( disable : 4273 )
|
||||||
#pragma warning( disable : 4305 )
|
#pragma warning( disable : 4305 )
|
||||||
#endif
|
#endif
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Reference in a new issue