mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 08:15:33 +02:00
Suppress warnings about inconsistent DLL linkage of lrintf in Windows
This warning in Windows builds is due to redefinition of lrintf in gverb library's ladspa-util.h file.
This commit is contained in:
parent
25b9b50468
commit
198226450a
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