Mercurial > hg > svcore
diff transform/CSVFeatureWriter.cpp @ 930:06579b8ffb7b warnfix_no_size_t
More size_t evisceration and warning fixes
author | Chris Cannam |
---|---|
date | Tue, 17 Jun 2014 14:49:49 +0100 |
parents | 1424aa29ae95 |
children | 2104ea2204d2 |
line wrap: on
line diff
--- a/transform/CSVFeatureWriter.cpp Tue Jun 17 14:33:42 2014 +0100 +++ b/transform/CSVFeatureWriter.cpp Tue Jun 17 14:49:49 2014 +0100 @@ -79,7 +79,7 @@ void CSVFeatureWriter::write(QString trackId, const Transform &transform, - const Plugin::OutputDescriptor& output, + const Plugin::OutputDescriptor& , const Plugin::FeatureList& features, std::string summaryType) {