mbox series

[0/4] tools/nolibc: enable compiler warnings

Message ID 20230731-nolibc-warnings-v1-0-74973d2a52d7@weissschuh.net (mailing list archive)
Headers show
Series tools/nolibc: enable compiler warnings | expand

Message

Thomas Weißschuh July 31, 2023, 6:26 a.m. UTC
To help the developers to avoid mistakes and keep the code smaller let's
enable compiler warnings.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
Thomas Weißschuh (4):
      selftests/nolibc: drop unused test helpers
      selftests/nolibc: drop unused variables
      tools/nolibc: drop unused variables
      selftests/nolibc: enable -Wall compiler warnings

 tools/include/nolibc/sys.h                   |   1 -
 tools/testing/selftests/nolibc/Makefile      |   2 +-
 tools/testing/selftests/nolibc/nolibc-test.c | 103 ---------------------------
 3 files changed, 1 insertion(+), 105 deletions(-)
---
base-commit: dfef4fc45d5713eb23d87f0863aff9c33bd4bfaf
change-id: 20230731-nolibc-warnings-c6e47284ac03

Best regards,