From 198226450a9126da7b9b526a3c951abff5e8d835 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Thu, 8 Jan 2015 11:26:32 -0800 Subject: [PATCH] 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. --- interface/src/Audio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/Audio.h b/interface/src/Audio.h index edbeac5797..78fae5ee3d 100644 --- a/interface/src/Audio.h +++ b/interface/src/Audio.h @@ -49,6 +49,7 @@ #ifdef _WIN32 #pragma warning( push ) +#pragma warning( disable : 4273 ) #pragma warning( disable : 4305 ) #endif extern "C" {