mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 11:54:20 +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
|
||||
#pragma warning( push )
|
||||
#pragma warning( disable : 4273 )
|
||||
#pragma warning( disable : 4305 )
|
||||
#endif
|
||||
extern "C" {
|
||||
|
|
Loading…
Reference in a new issue