1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Android: Fixed a warning in the Oboe code with -Wswitch-enum enabled

This commit is contained in:
ed 2021-01-07 11:16:59 +00:00
parent 757417a47a
commit 1000c4ce2e

View file

@ -237,6 +237,7 @@ protected:
case AudioFormat::Float:
break;
case AudioFormat::Invalid:
default:
return Result::ErrorInvalidFormat;
}