From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2178) id C49D23857022; Mon, 6 Sep 2021 18:12:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C49D23857022 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Florian Weimer To: glibc-cvs@sourceware.org Subject: [glibc] locale: Add missing second argument to _Static_assert in C-collate-seq.c X-Act-Checkin: glibc X-Git-Author: Florian Weimer X-Git-Refname: refs/heads/master X-Git-Oldrev: d8cf84ac7e504663dfeb2bb45d8d48ae81effe05 X-Git-Newrev: b8c6166b1b75036ab3e4127a1c0aacf52ca93651 Message-Id: <20210906181221.C49D23857022@sourceware.org> Date: Mon, 6 Sep 2021 18:12:21 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2021 18:12:21 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b8c6166b1b75036ab3e4127a1c0aacf52ca93651 commit b8c6166b1b75036ab3e4127a1c0aacf52ca93651 Author: Florian Weimer Date: Mon Sep 6 19:43:37 2021 +0200 locale: Add missing second argument to _Static_assert in C-collate-seq.c Diff: --- 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[] = {