Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • L libXfixes
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • 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

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • xorgxorg
  • lib
  • libXfixes
  • Merge requests
  • !3

Assorted code cleanups

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alan Coopersmith requested to merge alanc/libxfixes:misc into master Nov 19, 2022
  • Overview 0
  • Commits 9
  • Pipelines 1
  • Changes 8
  • Remove unnecessary casts from malloc & free calls
  • Variable scope reduction as recommended by cppcheck
  • Mark two dpy parameters const as suggested by cppcheck
  • Quiet -Wconditional-uninitialized warnings from clang
  • Resolve 36 of 40 -Wextra-semi-stmt warnings from clang
  • Handle 63 of 63 -Wshorten-64-to-32 warnings from clang
  • Handle 60 of 60 -Wimplicit-int-conversion warnings from clang
  • Handle 6 of 9 -Wsign-conversion warnings from clang
  • XFixesCloseDisplay: Mark codes as unused
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: misc