Browse Source
Video: Fix written-but-not-read warning on macOS
v7.0.9
reuk
2 years ago
No known key found for this signature in database
GPG Key ID: FCB43929F012EE5C
1 changed files with
1 additions and
1 deletions
-
modules/juce_video/native/juce_Video_mac.h
|
|
|
@@ -409,7 +409,7 @@ private: |
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
jassert (successCount == (int) [assetKeys.get() count]);
|
|
|
|
jassertquiet (successCount == (int) [assetKeys.get() count]);
|
|
|
|
preparePlayerItem();
|
|
|
|
}
|
|
|
|
|
|
|
|
|