You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/lib/OpenEXRCore/chunk.c:350:86: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘int64_t’ {aka ‘long long int’} [-Wformat=]
350 |"Invalid chunk size reconstructing chunk table: found out of range %ld",
|~~^
||| long int
| %lld
351 | leaderdata->deep_data[1]);|~~~~~~~~~~~~~~~~~~~~~~~~
||| int64_t {aka long long int}
The text was updated successfully, but these errors were encountered:
Minor problem:
The text was updated successfully, but these errors were encountered: