COMP: Fix minor warnings
- Catch by value exception in
Testing/VTKITKVectorReader.cxx
warning: catching polymorphic type ‘class itk::ExceptionObject’ by value [-Wcatch-value=]
- unused variable in vtkAddon/vtkOpenGLShaderComputation.cxx
/Libs/vtkAddon/vtkOpenGLShaderComputation.cxx:423:10: warning: unused variable ‘status’ [-Wunused-variable]
GLenum status;
^~~~~~