Skip to content

Commit

Permalink
Silence compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed May 6, 2024
1 parent 7c06ee7 commit 58fdb81
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ extension StillImageBatchExtractor {

// TODO: throw error if `isBatchFinished == false`?
// assert(isBatchFinished)
_ = isBatchFinished // silence compiler warning since we're not using this right now

// sometimes NSProgress doesn't fully reach 1.0 so this assert is not reliable
// assert(progress.fractionCompleted == 1.0)
Expand Down

0 comments on commit 58fdb81

Please sign in to comment.