mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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;
|
||||
}
|
||||
|
||||
default:
|
||||
qCDebug(avatars) << "Unexpected verify state" << _verifyState;
|
||||
break;
|
||||
|
||||
} // close switch
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue