From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id C8F501F670 for ; Mon, 25 Oct 2021 22:19:06 +0000 (UTC) Received: from localhost ([::1]:42286 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mf8J8-0006K8-0C for normalperson@yhbt.net; Mon, 25 Oct 2021 18:19:06 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54248) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf7xH-000672-85 for bug-gnulib@gnu.org; Mon, 25 Oct 2021 17:56:31 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:28716) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mf7xD-0002uA-0o for bug-gnulib@gnu.org; Mon, 25 Oct 2021 17:56:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1635198985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JVJvFQUDMa5GRJ2M3Dun81ktcTTEm3MgpAbaUKl8Jw8=; b=TkZ5Ny9z5BDbosUBcMMHYfkdzQIlK6z3KZmgeZRWoAJBJEaYYWX2qIp6bPr58lkDEmLv8m irsw9itR2d6j4G3eXTk7HKMvyAKbsytBYX9IHkYSG9zHPXgaaLyhNuWtYGQFSgl+OpeyfI KZa2xRUekqBDev7OOTwbNUuC3HHxiA8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-303-ksFVgLVYMUKa-wqqN0D3uw-1; Mon, 25 Oct 2021 17:56:24 -0400 X-MC-Unique: ksFVgLVYMUKa-wqqN0D3uw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 515E5362FA for ; Mon, 25 Oct 2021 21:56:23 +0000 (UTC) Received: from eesha.redhat.com (unknown [10.22.50.14]) by smtp.corp.redhat.com (Postfix) with ESMTP id AE24B19C79; Mon, 25 Oct 2021 21:56:22 +0000 (UTC) From: Robbie Harwood To: bug-gnulib@gnu.org Subject: [PATCH 11/11] Fixup for -Werror=ignored-qualifiers issues Date: Mon, 25 Oct 2021 17:55:44 -0400 Message-Id: <20211025215543.111906-12-rharwood@redhat.com> In-Reply-To: <20211025215543.111906-1-rharwood@redhat.com> References: <20211025215543.111906-1-rharwood@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=rharwood@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Received-SPF: pass client-ip=216.205.24.124; envelope-from=rharwood@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -23 X-Spam_score: -2.4 X-Spam_bar: -- X-Spam_report: (-2.4 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Mon, 25 Oct 2021 18:17:19 -0400 X-BeenThere: bug-gnulib@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gnulib discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Jones , Robbie Harwood Errors-To: bug-gnulib-bounces+normalperson=yhbt.net@gnu.org Sender: "bug-gnulib" From: Peter Jones Signed-off-by: Peter Jones Signed-off-by: Robbie Harwood --- lib/argp-fmtstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/argp-fmtstream.c b/lib/argp-fmtstream.c index 4aa401e2d..d870716da 100644 --- a/lib/argp-fmtstream.c +++ b/lib/argp-fmtstream.c @@ -119,7 +119,7 @@ weak_alias (__argp_fmtstream_free, argp_fmtstream_free) /* Return the pointer to the first character that doesn't fit in l columns. */ -static inline const ptrdiff_t +static inline ptrdiff_t add_width (const char *ptr, const char *end, size_t l) { mbstate_t ps; -- 2.33.0