[PATCH 0/5] Add support for gcc 16
Florian Bezdeka <[email protected]>
| Newsgroups | dev.linux.lists.xenomai |
|---|---|
| Message-ID | <[email protected]> |
Hi all, Trying to compile the codebase with gcc 16 revealed some minor issues / compile failures. Fixing them up was quite easy, so here we go. Cc: Jan Kiszka <[email protected]> Signed-off-by: Florian Bezdeka <[email protected]> --- Florian Bezdeka (5): utils/autotune: Fix compile error seen with gcc 16 testsuite/smokey/sched-tp: Fix compile error seen with gcc 16 testsuite/smokey/vxworktests: Fix compile error seen with gcc 16 testsuite/smokey/psostests: Fix compile error seen with gcc 16 clang-format: Squash empty loops into a single line .clang-format | 2 +- testsuite/smokey/psostests/rn-1.c | 7 +++---- testsuite/smokey/psostests/task-2.c | 5 ++--- testsuite/smokey/sched-tp/sched-tp.c | 2 +- testsuite/smokey/vxworkstests/task-2.c | 5 ++--- utils/autotune/autotune.c | 4 +--- 6 files changed, 10 insertions(+), 15 deletions(-) --- base-commit: 54e9c509863439614484b0bf939c32bfadb15423 change-id: 20260508-wip-flo-gcc-16-6291fb97b9a1 Best regards, -- Florian Bezdeka <[email protected]>