Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • S Slicer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sam Horvath
  • Slicer
  • Merge requests
  • !1098

COMP: Fix minor warnings

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed phcerdan requested to merge github/fork/phcerdan/fix_warning_catch into master Mar 06, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2
  • 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;
          ^~~~~~
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/phcerdan/fix_warning_catch