3
0
Fork 0
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:
David Rowe 2015-01-08 11:26:32 -08:00
parent 25b9b50468
commit 198226450a

View file

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