From patchwork Mon Sep 6 18:12:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 44872 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 22954383940F for ; Mon, 6 Sep 2021 18:15:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 22954383940F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1630952100; bh=QUCyJypPXRvxhcn1eNnpNSb+gn7EKf73ty0RwsUrI3M=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=X8qXQdFJMgUOxp247esQqhfy3ffa1J+102v1smkDflI6BgqsrHAVbaawov9Sr46b9 R0Yi08pMZd1pfxNj4DJup4QE60U+mK2/EA9B6AaExPOPCHpF4zYntEx/LUjkm33/Bp wtRRp9/1j1gHeV9YnoEtb69F7JQtxNOJw5OR7q+I= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id 224DF385BF93 for ; Mon, 6 Sep 2021 18:12:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 224DF385BF93 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-166-qRYTKLVUN9mfiOMwuy-SHg-1; Mon, 06 Sep 2021 14:12:46 -0400 X-MC-Unique: qRYTKLVUN9mfiOMwuy-SHg-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2541D80196C for ; Mon, 6 Sep 2021 18:12:46 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.195.4]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 660436ACE5 for ; Mon, 6 Sep 2021 18:12:45 +0000 (UTC) To: libc-alpha@sourceware.org Subject: [PATCH COMMITTED] locale: Add missing second argument to _Static_assert in C-collate-seq.c Date: Mon, 06 Sep 2021 20:12:43 +0200 Message-ID: <87pmtlwp2c.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-12.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Florian Weimer via Libc-alpha From: Florian Weimer Reply-To: Florian Weimer Errors-To: libc-alpha-bounces+patchwork=sourceware.org@sourceware.org Sender: "Libc-alpha" --- locale/C-collate-seq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/C-collate-seq.c b/locale/C-collate-seq.c index 4fb82cb835..40b17f4f90 100644 --- a/locale/C-collate-seq.c +++ b/locale/C-collate-seq.c @@ -55,7 +55,7 @@ static const char collseqmb[] = /* This table must be 256 bytes in size. We index bytes into the table to find the collation sequence. */ -_Static_assert (sizeof (collseqmb) == 256); +_Static_assert (sizeof (collseqmb) == 256, "sizeof (collseqmb)"); static const uint32_t collseqwc[] = {