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:
parent
757417a47a
commit
1000c4ce2e
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ protected:
|
|||
case AudioFormat::Float:
|
||||
break;
|
||||
|
||||
case AudioFormat::Invalid:
|
||||
default:
|
||||
return Result::ErrorInvalidFormat;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue