mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Video: Fix written-but-not-read warning on macOS
This commit is contained in:
parent
cf4532967d
commit
2a1b7ca387
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ private:
|
|||
}
|
||||
}
|
||||
|
||||
jassert (successCount == (int) [assetKeys.get() count]);
|
||||
jassertquiet (successCount == (int) [assetKeys.get() count]);
|
||||
preparePlayerItem();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue