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/7/0c3b48b9-095e-46e5-bdb3-168780a0f0ad/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/7/0c3b48b9-095e-46e5-bdb3-168780a0f0ad/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/7/0c3b48b9-095e-46e5-bdb3-168780a0f0ad/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.