Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • L libXt
  • 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 1
    • Merge requests 1
  • 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
  • lib
  • libXt
  • Merge requests
  • !4

This cleans up the "easy" warning fixes which can be made using my

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Thomas E. Dickey requested to merge dickey/libxt:fix-implied-conversions into master Mar 17, 2019
  • Overview 7
  • Commits 3
  • Pipelines 0
  • Changes 39

Regress script, comparing object-files before/after the edits:

https://invisible-island.net/ansification/index.html
https://invisible-island.net/scripts/readme.html

The changes are casts, which quiet the gcc warnings about implicit conversion that my "gcc-normal" script would show. I avoided reformatting the code.

The change reduces the number of gcc warnings from 769 to 163.

Signed-off-by: Thomas E. Dickey dickey@invisible-island.net

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-implied-conversions