On 10/19/22 9:50 PM, Dylan Yudaken wrote:
The liburing public API has a couple of int shortening issues found by compiling with cc="clang -Wshorten-64-to-32 -Werror" There are a few more in the main library, and a *lot* in the tests, which would be nice to fix up at some point. The public API changes are particularly useful for build systems that include these files and run with these errors enabled.
Let's clean the main library up, but ignore the tests for now. I'll send a cleanup series for review before the release. -- Ammar Faizi