diff --git a/libs/qm-dsp/dsp/wavelet/Wavelet.cpp b/libs/qm-dsp/dsp/wavelet/Wavelet.cpp index 504090528c..ef792460dd 100644 --- a/libs/qm-dsp/dsp/wavelet/Wavelet.cpp +++ b/libs/qm-dsp/dsp/wavelet/Wavelet.cpp @@ -13,6 +13,10 @@ COPYING included with this distribution for more information. */ +#ifdef COMPILER_MSVC +#pragma warning(disable:4305) +#endif + #include "Wavelet.h" #include