Browse Source

Video: Fix written-but-not-read warning on macOS

v7.0.9
reuk 2 years ago
parent
commit
2a1b7ca387
No known key found for this signature in database GPG Key ID: FCB43929F012EE5C
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_video/native/juce_Video_mac.h

+ 1
- 1
modules/juce_video/native/juce_Video_mac.h View File

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


Loading…
Cancel
Save