mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:57:26 +02:00
Fix Linux/MacOS switch warnings
This commit is contained in:
parent
30facb32e7
commit
a875ad2b0a
1 changed files with 4 additions and 0 deletions
|
@ -291,6 +291,10 @@ void MixerAvatar::processCertifyEvents() {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
default:
|
||||||
|
qCDebug(avatars) << "Unexpected verify state" << _verifyState;
|
||||||
|
break;
|
||||||
|
|
||||||
} // close switch
|
} // close switch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue