From patchwork Mon Jul 31 06:26:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= X-Patchwork-Id: 13333662 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9C545C04A94 for ; Mon, 31 Jul 2023 06:27:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230149AbjGaG1D (ORCPT ); Mon, 31 Jul 2023 02:27:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230064AbjGaG1C (ORCPT ); Mon, 31 Jul 2023 02:27:02 -0400 Received: from todd.t-8ch.de (todd.t-8ch.de [IPv6:2a01:4f8:c010:41de::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37B74E40; Sun, 30 Jul 2023 23:27:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1690784818; bh=4w2nINR/K2xvwLfxuKBUzbOaWRSRya4sRMSwVWQU2Io=; h=From:Subject:Date:To:Cc:From; b=cdQ3TjA782AVzFjUCU6aXgX0KnvkzowiP74CqFJV3WQODhs/bwjLcYn964JDLkw+y Tk4jXqxQ4S561fjVrtOChB3gm7PCbxHz9RjNCVRpckzio5lRritTk1SxsFJ53CtUtp UScXZA4XYPGqU7QWnciswi9Xj0PV07RZ/JbJIxB4= From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= Subject: [PATCH 0/4] tools/nolibc: enable compiler warnings Date: Mon, 31 Jul 2023 08:26:55 +0200 Message-Id: <20230731-nolibc-warnings-v1-0-74973d2a52d7@weissschuh.net> MIME-Version: 1.0 X-B4-Tracking: v=1; b=H4sIAC9Ux2QC/x3MSwqAMAwA0atI1hb6ERWvIi5qjRqQVBpQQXp3i 8u3mHlBMBEKDNULCS8Silxg6grC7nlDRUsxWG2d7pxRHA+ag7p9YuJNVGix6Wzf+KAdlOpMuNL zH8cp5w+dv4tEYQAAAA== To: Willy Tarreau , Shuah Khan Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Yuan Tan , Zhangjin Wu , =?utf-8?q?Thomas_Wei=C3=9Fschuh?= X-Mailer: b4 0.12.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1690784818; l=805; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=4w2nINR/K2xvwLfxuKBUzbOaWRSRya4sRMSwVWQU2Io=; b=Q7VfJ6b1xEUwhtQb6Ewpwi4/cl9YK3gaFVrCi2EYIhdSv28HaFiTbpqtKBoPSWmtfBspjqzC0 upIs9s84qkTCkbLBuEGHDaWgQMm5cZlj1spcXvXx8eDnFLqHwhEQprJ X-Developer-Key: i=linux@weissschuh.net; a=ed25519; pk=KcycQgFPX2wGR5azS7RhpBqedglOZVgRPfdFSPB1LNw= Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org To help the developers to avoid mistakes and keep the code smaller let's enable compiler warnings. Signed-off-by: Thomas Weißschuh --- 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,