]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests/nolibc: enable -Wundef
authorThomas Weißschuh <linux@weissschuh.net>
Wed, 18 Mar 2026 16:12:43 +0000 (17:12 +0100)
committerThomas Weißschuh <linux@weissschuh.net>
Sun, 22 Mar 2026 10:03:59 +0000 (11:03 +0100)
commitc8f6a4bbad3b1a96572d1ac1d5c37bae109fa664
tree187181de7d44ea6cd02132e16b8b2078abfe5f71
parent3eb97c4cbd4d874e7e327ec512f6169934e12b8a
selftests/nolibc: enable -Wundef

Users might use -Wundef, so also use it in the nolibc testsuite to
ensure no warnings are triggered.

The existing line with warning options is getting too long,
so move all warnings to a dedicated line.

Acked-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Link: https://patch.msgid.link/20260318-nolibc-wundef-v1-2-fcb7f9ac7298@weissschuh.net
tools/testing/selftests/nolibc/Makefile.include