Skip to content

Commit

Permalink
Re #4554 fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Feb 7, 2012
1 parent 3203a8a commit 36bc9c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/Kernel/test/MutexTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ void reader()
for (size_t i=0; i<shared_data.size(); i++)
{
double val = shared_data[i];
UNUSED_ARG(val)
}
// std::cout << "Read finished" << std::endl;
}
Expand Down

0 comments on commit 36bc9c4

Please sign in to comment.