Skip to content

Commit

Permalink
Added missing Q_UNUSED(endPositionMillis);
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Oct 3, 2023
1 parent 086b130 commit 7fcabe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/track/cueinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace {
void assertEndPosition(
CueType type,
std::optional<double> endPositionMillis) {
Q_UNUSED(endPositionMillis);
switch (type) {
case CueType::HotCue:
case CueType::MainCue:
Expand Down

0 comments on commit 7fcabe0

Please sign in to comment.