Skip to content

Commit

Permalink
Fixed warning for unused variable
Browse files Browse the repository at this point in the history
Refs #8513
  • Loading branch information
DanNixon committed Jul 14, 2014
1 parent 989e0fa commit df19e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/MantidPlot/src/ScriptFileInterpreter.cpp
Expand Up @@ -69,6 +69,7 @@ void ScriptFileInterpreter::prepareToClose()
//Catch cancelling save dialogue
catch( ScriptEditor::SaveCancelledException& sce )
{
UNUSED_ARG(sce);
m_editor->setModified(false);
}
}
Expand Down

0 comments on commit df19e10

Please sign in to comment.