TrigFastTrackFinder cppcheck : sprintf use %u when we print unsigned int rather %i
TrigFastTrackFinder cppcheck : sprintf use %u
as format specifier when we print unsigned int rather %i
https://en.cppreference.com/w/c/io/fprintf
basically the difference would be if we do something like this I guess https://godbolt.org/z/7E8xEWdsP
Edited by Christos Anastopoulos