Files
test2/source/blender/blenkernel
Bastien Montagne 64bdc245b2 Fix warning in some compilers.
Compilers do not seem to agree on valid printf format for `int64_t`,
recent clang 19 on linux requires `%ld`, while older compilers like the
buildbot ones of clang 15 on OSX ask for `%lld`.

So instead, cast the value to `int32_t`. Other solution may have been to
use `PRId64`, but this is fairly bad for readability.
2025-01-17 21:07:11 +01:00
..
2025-01-17 21:07:11 +01:00
2025-01-10 17:54:06 +01:00
2025-01-14 15:45:19 +11:00