There are some issues in CI (compiler warnings). Are you able to address those?
you can reformat the files by running ./tools/clang-format.sh. That requires that you have a suitable clang-format version installed. Alternatively, you can use ./tools/clang-format-container.sh (which requires a working podman and will build a Fedora container). If both is too cumbersome, you can also ignore the formatting issue, and I will reformat before merging.
Thank you for the patch!
There are some issues in CI (compiler warnings). Are you able to address those?
you can reformat the files by running
./tools/clang-format.sh
. That requires that you have a suitable clang-format version installed. Alternatively, you can use./tools/clang-format-container.sh
(which requires a working podman and will build a Fedora container). If both is too cumbersome, you can also ignore the formatting issue, and I will reformat before merging.