Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Sep 29, 2019
1 parent 81304d2 commit 313e0c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/track/globaltrackcache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ bool GlobalTrackCache::tryEvict(Track* plainPtr) {
}
}
DEBUG_ASSERT(!isCached(plainPtr));
Q_UNUSED(notEvicted); // only used in debug assertion
DEBUG_ASSERT(!(evicted && notEvicted));
return evicted;
}
Expand Down

0 comments on commit 313e0c1

Please sign in to comment.