public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] tools/nolibc: compatibility with -Wmissing-prototypes
@ 2025-01-23 20:10 Thomas Weißschuh
  2025-01-23 20:10 ` [PATCH 1/3] tools/nolibc: add prototypes for non-static functions Thomas Weißschuh
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Thomas Weißschuh @ 2025-01-23 20:10 UTC (permalink / raw)
  To: Willy Tarreau, Shuah Khan
  Cc: linux-kernel, linux-kselftest, Thomas Weißschuh

Make nolibc compatible with -Wmissing-prototypes

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (3):
      tools/nolibc: add prototypes for non-static functions
      selftests/nolibc: ignore -Wmissing-prototypes
      selftests/nolibc: enable -Wmissing-prototypes

 tools/include/nolibc/arch-mips.h             | 1 +
 tools/include/nolibc/crt.h                   | 2 ++
 tools/include/nolibc/signal.h                | 1 +
 tools/include/nolibc/stackprotector.h        | 2 ++
 tools/include/nolibc/stdlib.h                | 1 +
 tools/include/nolibc/string.h                | 4 ++++
 tools/testing/selftests/nolibc/Makefile      | 2 +-
 tools/testing/selftests/nolibc/nolibc-test.c | 2 ++
 8 files changed, 14 insertions(+), 1 deletion(-)
---
base-commit: d0d106a2bd21499901299160744e5fe9f4c83ddb
change-id: 20250123-nolibc-prototype-0477bb05c808

Best regards,
-- 
Thomas Weißschuh <linux@weissschuh.net>


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-01-24  6:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-23 20:10 [PATCH 0/3] tools/nolibc: compatibility with -Wmissing-prototypes Thomas Weißschuh
2025-01-23 20:10 ` [PATCH 1/3] tools/nolibc: add prototypes for non-static functions Thomas Weißschuh
2025-01-23 20:10 ` [PATCH 2/3] selftests/nolibc: ignore -Wmissing-prototypes Thomas Weißschuh
2025-01-23 20:10 ` [PATCH 3/3] selftests/nolibc: enable -Wmissing-prototypes Thomas Weißschuh
2025-01-24  6:49 ` [PATCH 0/3] tools/nolibc: compatibility with -Wmissing-prototypes Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox