Skip to content

GitLab

  • Menu
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 & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • OpenFlipper-Free
  • OpenFlipper
  • Merge requests
  • !150

Fix warning about glext redefiniton.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Heistermann requested to merge fix-qt-glext-warning into master May 27, 2019
  • Overview 1
  • Commits 1
  • Changes 1

Warning was:

/usr/include/x86_64-linux-gnu/qt5/QtGui/qopenglext.h:60: warning: "GL_GLEXT_VERSION" redefined
 #define GL_GLEXT_VERSION 20170325
 /usr/include/GL/glext.h:54: note: this is the location of the previous definition
 #define GL_GLEXT_VERSION 20180725

cf: https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/commit/5479af133ffe6077aab8a8be8f397f246aacb773

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-qt-glext-warning