mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
quiet compiler
This commit is contained in:
parent
faa3ed6c29
commit
78b46cff2b
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue