diff src/FeatureConditioner.cpp @ 180:d1bc89794cd4 tuning-rescale

Build with -Wconversion
author Chris Cannam
date Thu, 19 Feb 2015 16:14:33 +0000
parents cfba9aec7569
children a17b22abd551
line wrap: on
line diff
--- a/src/FeatureConditioner.cpp	Mon Feb 16 15:38:42 2015 +0000
+++ b/src/FeatureConditioner.cpp	Thu Feb 19 16:14:33 2015 +0000
@@ -47,7 +47,7 @@
 	return feature;
     }
 
-    int size = feature.size();
+    int size = static_cast<int>(feature.size());
     
     vector<double> out(size, 0.0);