Hi Jens, liburing updates, there are 8 patches in this series: - Patch #1 is to add a missing SPDX-License-Idetifier. - Patch #2 is a Makefile warning fix due to the recent liburing version check feature. - Patch #3 to #6 are a preparation patch to make the clang build stricter. - Patch #7 is to apply extra clang flags to the GitHub bot CI. - Patch #8 is the CHANGELOG file update. Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> --- Ammar Faizi (8): ffi: Add SPDX-License-Idetifier Makefile: Add a '+' char to silence a Makefile warning tests: Fix `-Wstrict-prototypes` warnings from Clang test/ring-leak: Remove a "break" statement in a "for loop" tests: Fix clang `-Wunreachable-code` warning tests: Declare internal variables as static github: Add more extra flags for clang build CHANGELOG: Update the CHANGELOG file .github/workflows/build.yml | 2 +- CHANGELOG | 6 ++++++ Makefile | 2 +- src/ffi.c | 1 + test/232c93d07b74.c | 6 +++--- test/35fa71a030ca.c | 4 ++-- test/a0908ae19763.c | 2 +- test/a4c0b3decb33.c | 2 +- test/accept-link.c | 4 ++-- test/accept-reuse.c | 2 +- test/accept.c | 2 +- test/double-poll-crash.c | 2 +- test/fadvise.c | 2 +- test/fc2a85cb02ef.c | 4 ++-- test/files-exit-hang-timeout.c | 4 ++-- test/madvise.c | 2 +- test/nvme.h | 4 ++-- test/poll-link.c | 4 ++-- test/pollfree.c | 4 ++-- test/ring-leak.c | 1 - test/sqpoll-cancel-hang.c | 2 +- test/sqpoll-disable-exit.c | 2 +- test/test.h | 3 ++- test/timeout-new.c | 6 +++--- 24 files changed, 40 insertions(+), 33 deletions(-) base-commit: 4458aa0372738e844008397f71c062bd8bfadcac -- Ammar Faizi