Files
test/source/blender/sequencer/intern
Brecht Van Lommel 10b49cd6c6 Cleanup: Compiler warnings with GCC
This showed: argument 1 range [18446744071562067968, 18446744073709551615]
exceeds maximum object size 9223372036854775807.

It seems to think signed integers might lead to this kind of overflow,
but it's unclear why these two cases are causing warnings specifically.
Refactor the code to sidestep it.
2025-04-07 16:29:13 +02:00
..
2025-03-25 23:23:52 +01:00
2025-03-24 19:11:44 +01:00
2025-03-24 19:11:44 +01:00
2025-03-06 06:22:14 +01:00