CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY /Users/jenkins/w/cci_PR-2218@2/8/3245c192-42e3-4893-821e-2b77f9500bfa/recipes/tng/all/test_package/example.c:74:42: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat] printf("%"PRId64" frames in file\n", tot_n_frames); ~~ ^~~~~~~~~~~~ /Users/jenkins/w/cci_PR-2218@2/8/3245c192-42e3-4893-821e-2b77f9500bfa/recipes/tng/all/test_package/example.c:109:95: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat] printf("Chosen particle out of range. Only %"PRId64" particles in trajectory.\n", n_particles); ~~ ^~~~~~~~~~~ /Users/jenkins/w/cci_PR-2218@2/8/3245c192-42e3-4893-821e-2b77f9500bfa/recipes/tng/all/test_package/example.c:122:47: warning: format specifies type 'long' but the argument has type 'int64_t' (aka 'long long') [-Wformat] printf("\t%"PRId64"", positions[i][particle][j].i); ~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated.