Examples: remove warning

This commit is contained in:
Shahram Najm 2021-07-14 17:43:02 +01:00
parent 8746533b7c
commit 1ec8ed51c4
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ int main(int argc, char* argv[])
sprintf(key_name, "/verticalSoundingSignificance=4/pressure");
CODES_CHECK(codes_get_size(h, key_name, &sigt_len), 0);
printf("Number of T significant levels: %lu\n", sigt_len);
printf("Number of T significant levels: %lu\n", (unsigned long)sigt_len);
/* Allocate memory for the values to be read. Each
* parameter must have the same number of values. */