Skip to content

Commit

Permalink
fix warning due to unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Apr 30, 2016
1 parent 1884af0 commit 279abe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mtest/libmscore/measure/tst_measure.cpp
Expand Up @@ -187,7 +187,7 @@ void TestMeasure::minWidth()
{
MasterScore* score = readScore(DIR + "measure-2.mscx");

int n = score->systems().size();
// int n = score->systems().size();
// int measuresSystem[n];
// for (int i = 0; i < n; ++i)
// measuresSystem[i] = score->systems().at(i)->measures().size();
Expand Down

0 comments on commit 279abe1

Please sign in to comment.