quiet compiler

This commit is contained in:
Seth Alves 2015-03-28 17:11:36 -07:00
parent faa3ed6c29
commit 78b46cff2b

View file

@ -88,7 +88,7 @@ public:
}
void loadProfile(int profileIndex) {
if (profileIndex >= 0 && profileIndex < _profileCount) {
if (profileIndex >= 0 && profileIndex < (int)_profileCount) {
for (uint32_t i = 0; i < _filterCount; ++i) {
FilterParameter p = _profiles[profileIndex][i];