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/8/f7373321-bc02-4374-a291-881fafa44c47/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/8/f7373321-bc02-4374-a291-881fafa44c47/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/8/f7373321-bc02-4374-a291-881fafa44c47/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.