Hey so it looks like the old-style-cast is causing the build to fail since (uint) and (size_t) casts are used.
This is from commit 0b343a6c

I can patch it out of the CMake to make it compile and run, but maybe best to remove the flag or fix the old-style cast usage?
Would you like me to make a MR?

Hey so it looks like the old-style-cast is causing the build to fail since (uint) and (size_t) casts are used.
This is from commit
0b343a6cI can patch it out of the CMake to make it compile and run, but maybe best to remove the flag or fix the old-style cast usage?
Would you like me to make a MR?