diff dsp/wavelet/Wavelet.cpp @ 205:e81375fa6a33

Merge from branch clapack-included
author Chris Cannam
date Fri, 30 Sep 2016 16:24:24 +0100
parents 214b31ec7e1a
children ccd2019190bf
line wrap: on
line diff
--- a/dsp/wavelet/Wavelet.cpp	Thu May 26 14:17:00 2016 +0100
+++ b/dsp/wavelet/Wavelet.cpp	Fri Sep 30 16:24:24 2016 +0100
@@ -1843,6 +1843,9 @@
         break;
     }
 
+    // avoid compiler warning for unused value if assert is not compiled in:
+    (void)flength;
+
     assert(flength == int(lpd.size()));
     assert(flength == int(hpd.size()));
 }