1
0
Fork 0
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:
reuk 2023-04-25 11:06:21 +01:00
parent cf4532967d
commit 2a1b7ca387
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -409,7 +409,7 @@ private:
}
}
jassert (successCount == (int) [assetKeys.get() count]);
jassertquiet (successCount == (int) [assetKeys.get() count]);
preparePlayerItem();
}