[ftinspect] Eliminate compile warnings.
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.