Skip to content
Snippets Groups Projects
Commit fb10adb7 authored by Dan Lipsa's avatar Dan Lipsa
Browse files

Parameter not used warning

parent b005a8fd
No related merge requests found
......@@ -400,7 +400,7 @@ int vtkCesium3DTilesReader::CanReadFile(const char* filename)
j = fileJson.at("root");
j = j.at("geometricError");
}
catch (std::exception& e)
catch (std::exception& vtkNotUsed(e))
{
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment