public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/maskray/unnest] locale: Add missing second argument to _Static_assert in C-collate-seq.c
@ 2021-09-23  0:44 Fangrui Song
  0 siblings, 0 replies; only message in thread
From: Fangrui Song @ 2021-09-23  0:44 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b8c6166b1b75036ab3e4127a1c0aacf52ca93651

commit b8c6166b1b75036ab3e4127a1c0aacf52ca93651
Author: Florian Weimer <fweimer@redhat.com>
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[] =
 {


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-23  0:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-23  0:44 [glibc/maskray/unnest] locale: Add missing second argument to _Static_assert in C-collate-seq.c Fangrui Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).