Skip to content

Commit

Permalink
Re #5772. Clear OSX/Intel compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Oct 15, 2012
1 parent b7421d9 commit 0cfd9b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1742,7 +1742,7 @@ namespace Mantid

bool GoodNums = true;
bool paramBad=false;
size_t BadParamNum =-1;
size_t BadParamNum = 0;
for (size_t i = 0; i < errs.size(); i++)
if (errs[i] != errs[i])
{
Expand Down

0 comments on commit 0cfd9b4

Please sign in to comment.