Fix Linux/MacOS switch warnings

This commit is contained in:
Simon Walton 2019-04-24 21:10:27 -07:00
parent 30facb32e7
commit a875ad2b0a

View file

@ -291,6 +291,10 @@ void MixerAvatar::processCertifyEvents() {
break;
}
default:
qCDebug(avatars) << "Unexpected verify state" << _verifyState;
break;
} // close switch
}