Skip to content

Commit

Permalink
Fix compiler warning reg. unreachable code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz authored and vpereverzev committed Nov 30, 2020
1 parent 38a4baa commit b628449
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libmscore/mmrestrange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,7 @@ void MMRestRange::setXmlText(const QString& s)
TextBase::setXmlText("(" + s + ")");
break;
case MMRestRangeBracketType::NONE:
TextBase::setXmlText(s);
break;
default:
Q_UNREACHABLE();
TextBase::setXmlText(s);
break;
}
Expand Down

0 comments on commit b628449

Please sign in to comment.