update qm-dsp library
[ardour.git] / libs / qm-dsp / dsp / wavelet / Wavelet.cpp
index ef792460dd74af0da02512fde47663a47a65a57a..764c84b24a2617c4a3c47d9784175defc7a3f110 100644 (file)
     COPYING included with this distribution for more information.
 */
 
-#ifdef COMPILER_MSVC
-#pragma warning(disable:4305)
-#endif
-
 #include "Wavelet.h"
 
 #include <cassert>
@@ -81,7 +77,7 @@ Wavelet::createDecompositionFilters(Type wavelet,
     lpd.clear();
     hpd.clear();
 
-    unsigned int flength = 0;
+    int flength = 0;
        
     switch (wavelet) {