Mercurial > hg > qm-vamp-plugins
comparison plugins/SimilarityPlugin.h @ 178:f96ea0e4b475
Fix compiler warnings with -Wall -Wextra
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 28 Sep 2015 12:33:17 +0100 |
parents | dcf5800f0f00 |
children |
comparison
equal
deleted
inserted
replaced
177:a83a81ed1303 | 178:f96ea0e4b475 |
---|---|
80 float m_rhythmClipDuration; | 80 float m_rhythmClipDuration; |
81 float m_rhythmClipOrigin; | 81 float m_rhythmClipOrigin; |
82 int m_rhythmClipFrameSize; | 82 int m_rhythmClipFrameSize; |
83 int m_rhythmClipFrames; | 83 int m_rhythmClipFrames; |
84 int m_rhythmColumnSize; | 84 int m_rhythmColumnSize; |
85 mutable size_t m_blockSize; // before decimation | 85 mutable int m_blockSize; // before decimation |
86 size_t m_fftSize; // after decimation | 86 int m_fftSize; // after decimation |
87 int m_channels; | 87 int m_channels; |
88 int m_processRate; | 88 int m_processRate; |
89 int m_frameNo; | 89 int m_frameNo; |
90 bool m_done; | 90 bool m_done; |
91 | 91 |