Skip to content

Commit

Permalink
Tried to fix a widows warning. Refs #9933.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Jul 23, 2014
1 parent 4c8ea45 commit b4c24e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/src/SaveGSS.cpp
Expand Up @@ -202,7 +202,7 @@ namespace DataHandling
if (det->isMasked())
continue;
}
catch(const Kernel::Exception::NotFoundError& err)
catch(const Kernel::Exception::NotFoundError& )
{
has_instrument = false;
g_log.warning() << "There is no detector associated with spectrum " << iws
Expand Down

0 comments on commit b4c24e5

Please sign in to comment.