Skip to content
Snippets Groups Projects
Commit 4b72077d authored by Cédric Traizet's avatar Cédric Traizet
Browse files

WRG: remove unreferenced local variable (VS warning C4101)

parent cd25e56e
Branches
Tags
No related merge requests found
......@@ -225,7 +225,7 @@ void ExtendedFilenameToWriterOptions::SetExtendedFileName(const std::string& ext
{
code = std::stoi(map["epsg"]);
}
catch(const std::invalid_argument& e)
catch(const std::invalid_argument&)
{
itkWarningMacro("Invalid value ("
<< map["epsg"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment