summaryrefslogtreecommitdiff
path: root/libs/qm-dsp
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2013-07-23 07:40:17 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2013-07-23 07:40:17 +0100
commitd0a6c1913425fd1a62441a94a1b56b377e4531e9 (patch)
tree0cc4e0c72ecc466c0437468508312cb60b2c5c2d /libs/qm-dsp
parent53f1cb2a0f2403ee473dd1802fd17597b05d5307 (diff)
Remove some unnecessary warnings when building 'libs/qm-dsp' with MSVC
Diffstat (limited to 'libs/qm-dsp')
-rw-r--r--libs/qm-dsp/dsp/wavelet/Wavelet.cpp4
1 files changed, 4 insertions, 0 deletions
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 <cassert>