Skip to content

[ftinspect] Eliminate compile warnings.

Charlie Jiang requested to merge fti-warning into master

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.

Merge request reports