Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • xclock xclock
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • xorgxorg
  • app
  • xclockxclock
  • Merge requests
  • !7

fix various non-critical compiler warnings

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed ThomasKuehne requested to merge ThomasKuehne/xclock:compiler_warnings into master Dec 11, 2021
  • Overview 3
  • Commits 3
  • Pipelines 1
  • Changes 1

fixes non-critical compiler warnings:

  • unsuffixed floating constant [-Wunsuffixed-float-constants]
  • missing initializer for field ‘extension’ of ‘SimpleClassPart’ [-Wmissing-field-initializers]
  • warning: using integer absolute value function ‘abs’ when argument is of floating-point type ‘float’ [-Wabsolute-value]
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: compiler_warnings