Skip to content

Commit

Permalink
Refs #10374 attempting to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRHill committed Dec 4, 2014
1 parent e67387e commit f66908e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Code/Mantid/Framework/DataHandling/src/SaveNXTomo.cpp
Expand Up @@ -134,7 +134,6 @@ namespace Mantid

/**
* Creates the format for the output file if it doesn't exist
* @param resizeData should the data structures be resized rather than expanded
* @returns the structured nexus file to write the data to
*
* @throw runtime_error Thrown if nexus file cannot be opened or created
Expand Down Expand Up @@ -396,7 +395,7 @@ namespace Mantid
{
nxFile.openData(prop->name());
}
catch(::NeXus::Exception)
catch(::NeXus::Exception &)
{
// Create the data entry if it doesn't exist yet, and open.
std::vector<int64_t> infDim;
Expand Down

0 comments on commit f66908e

Please sign in to comment.