Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • S squeekboard
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 109
    • Issues 109
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • 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.

  • Librem5
  • squeekboard
  • Merge requests
  • !371

A bunch of cleanups

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Guido Gunther requested to merge guido.gunther/squeekboard:cleanup into master Sep 11, 2020
  • Overview 3
  • Commits 22
  • Pipelines 3
  • Changes 15

Whenever i add code to squeekboard it tricks me into the most trivial errors by e.g. not warning or burrying the warning under other warnings so

  • cleanup C warnings
  • enable --Werror in C
  • enable the rust warnings i grasp (it leaves #[warn(deprecated)] where i'm not sure how this is handled properly with different rust versions)
  • fixes a leak
  • modernizes some GObject
  • enables more compiler warnings
Edited Sep 11, 2020 by Guido Gunther
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: cleanup