From patchwork Tue Sep 22 12:16:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Sionneau X-Patchwork-Id: 1369032 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=uclibc-ng.org (client-ip=2a00:1828:2000:679::23; helo=helium.openadk.org; envelope-from=devel-bounces@uclibc-ng.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=kalray.eu Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=kalray.eu header.i=@kalray.eu header.a=rsa-sha256 header.s=32AE1B44-9502-11E5-BA35-3734643DEF29 header.b=aN9eDS8z; dkim-atps=neutral Received: from helium.openadk.org (helium.openadk.org [IPv6:2a00:1828:2000:679::23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BwgLB6tJFz9sTC for ; Tue, 22 Sep 2020 22:17:36 +1000 (AEST) Received: from helium.openadk.org (localhost [IPv6:::1]) by helium.openadk.org (Postfix) with ESMTP id BC4EE10141; Tue, 22 Sep 2020 14:17:20 +0200 (CEST) X-Original-To: devel@uclibc-ng.org Delivered-To: devel@helium.openadk.org Received: from mib.mailinblack.com (mib.mailinblack.com [185.7.73.95]) by helium.openadk.org (Postfix) with ESMTPS id 1D019100FF for ; Tue, 22 Sep 2020 14:17:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mib.mailinblack.com (Postfix) with ESMTP id 95541328D82 for ; Tue, 22 Sep 2020 12:17:17 +0000 (UTC) Received: from mib.mailinblack.com (localhost [127.0.0.1]) by mib.mailinblack.com with SMTP (Mib Daemon ) id KFDXBF76 for devel@uclibc-ng.org; Tue, 22 Sep 2020 12:17:17 +0000 (UTC) Received: from zimbra2.kalray.eu (zimbra2.kalray.eu [92.103.151.219]) by mib.mailinblack.com (Postfix) with ESMTPS id 6F331328D53 for ; Tue, 22 Sep 2020 12:17:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zimbra2.kalray.eu (Postfix) with ESMTP id 38C1627E108A for ; Tue, 22 Sep 2020 14:17:17 +0200 (CEST) Received: from zimbra2.kalray.eu ([127.0.0.1]) by localhost (zimbra2.kalray.eu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id PJqIPuoSwFd0; Tue, 22 Sep 2020 14:17:17 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra2.kalray.eu (Postfix) with ESMTP id EB23A27E1051; Tue, 22 Sep 2020 14:17:16 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.10.3 zimbra2.kalray.eu EB23A27E1051 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kalray.eu; s=32AE1B44-9502-11E5-BA35-3734643DEF29; t=1600777037; bh=6+j+2tb0XRSL/uCxzB/7uYxQSRsKpXNcZdhxaxcD27o=; h=From:To:Date:Message-Id; b=aN9eDS8zZTDj3LM0muGfaQImjtkuSV/WsgEicFNx39kQXzYe3k2AVHAbVSiHkCIyO jOCHwYl5UejQ+4fFxd0AEM4KA6evvBOEA2CHo90OcmfWkCdwruAU7XkIDJJTmwfCfU 0Ffrvy6uTMgAETNQPR3/BmmbLQZ/Dt3aU/QaoAzs= X-Virus-Scanned: amavisd-new at zimbra2.kalray.eu Received: from zimbra2.kalray.eu ([127.0.0.1]) by localhost (zimbra2.kalray.eu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Kz6C3W6mFPZE; Tue, 22 Sep 2020 14:17:16 +0200 (CEST) Received: from junon.lin.mbt.kalray.eu (unknown [192.168.37.161]) by zimbra2.kalray.eu (Postfix) with ESMTPSA id CFCAA27E0F7B; Tue, 22 Sep 2020 14:17:16 +0200 (CEST) From: Yann Sionneau To: devel@uclibc-ng.org Date: Tue, 22 Sep 2020 14:16:57 +0200 Message-Id: <20200922121703.12838-1-ysionneau@kalray.eu> X-Mailer: git-send-email 2.17.1 Subject: [uclibc-ng-devel] [PATCH 0/6] Warning fixes X-BeenThere: devel@uclibc-ng.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: uClibc-ng Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: devel-bounces@uclibc-ng.org Sender: "devel" This patchset only contains harmless warning fixes. That's a first effort for code cleanup. Yann Sionneau (6): Fix unused variable warning in dl-startup.c Fix warning about missing const qualifier Fix warning about macro redefinition Fix warning due to unused variable in strlen Fix warning due to relaxed function declaration prototype Fix warning due to unused label in NPTL ldso/ldso/dl-startup.c | 6 ++++-- libc/misc/fnmatch/fnmatch_loop.c | 4 ++-- libc/misc/internals/tempname.c | 12 ++++++------ libc/string/generic/strlen.c | 21 ++------------------- libintl/libintl.c | 2 +- libpthread/nptl/allocatestack.c | 2 ++ 6 files changed, 17 insertions(+), 30 deletions(-)