Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • KWin KWin
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 63
    • Issues 63
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 165
    • Merge requests 165
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • KWinKWin
  • Repository
  • kwin
  • cmake
  • modules
  • Findlcms2.cmake
Find file BlameHistoryPermalink
  • Alex Richardson's avatar
    Allow usage of lcms2 when compiling with Clang · cf8f189b
    Alex Richardson authored May 13, 2022 and Alex Richardson's avatar Alex Richardson committed May 14, 2022
    Otherwise the build fails for me with the following error:
    error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
    Upstream does not appear willing to fix this issue, so we have to add a
    define to avoid usage of this useless keyword.
    See https://github.com/mm2/Little-CMS/issues/190 and
    https://github.com/mm2/Little-CMS/issues/243.
    cf8f189b