Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • FreeType Demo Programs FreeType Demo Programs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 6
    • Issues 6
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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
  • FreeTypeFreeType
  • FreeType Demo ProgramsFreeType Demo Programs
  • Merge requests
  • !24

[ftinspect] Eliminate compile warnings.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Charlie Jiang requested to merge fti-warning into master Jun 28, 2022
  • Overview 5
  • Commits 1
  • Pipelines 0
  • Changes 2

closes #10 (closed)

as discussed in #10 (closed) , use a uintptr_t instead of int for our custom FTC_FaceID.

  • src/ftinspect/engine.hpp: Use uintptr_t as type for faceCounter instead of int
  • src/ftinspect/engine.cpp: Changing all casts to use FTC_IDType type (=uintptr_t) we defined.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fti-warning