Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O OpenFlipper
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • OpenFlipper-FreeOpenFlipper-Free
  • OpenFlipper
  • Merge requests
  • !13

ran cppcheck and fixed some warnings

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Schultz requested to merge cppCheck_fueatureGlutPrimitives into featureGlutPrimitives May 16, 2017
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 10

DrawModes constructor is now explicit which causes some changes: e.g. if you used ACG::SceneGraph::DrawModes::TEXCOORD_PER_VERTEX you now have to use ACG::SceneGraph::DrawModes::DrawMode(ACG::SceneGraph::DrawModes::TEXCOORD_PER_VERTEX)

I am not shure if you want these changes, made them to fix cppCheck warnings. Note that this MR is targeting featureGlutPrimitives branch.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cppCheck_fueatureGlutPrimitives