6ca6e8
commit b8c6166b1b75036ab3e4127a1c0aacf52ca93651
6ca6e8
Author: Florian Weimer <fweimer@redhat.com>
6ca6e8
Date:   Mon Sep 6 19:43:37 2021 +0200
6ca6e8
6ca6e8
    locale: Add missing second argument to _Static_assert in C-collate-seq.c
6ca6e8
6ca6e8
diff --git a/locale/C-collate-seq.c b/locale/C-collate-seq.c
6ca6e8
index 4fb82cb8357936b6..40b17f4f90313144 100644
6ca6e8
--- a/locale/C-collate-seq.c
6ca6e8
+++ b/locale/C-collate-seq.c
6ca6e8
@@ -55,7 +55,7 @@ static const char collseqmb[] =
6ca6e8
 
6ca6e8
 /* This table must be 256 bytes in size. We index bytes into the
6ca6e8
    table to find the collation sequence.  */
6ca6e8
-_Static_assert (sizeof (collseqmb) == 256);
6ca6e8
+_Static_assert (sizeof (collseqmb) == 256, "sizeof (collseqmb)");
6ca6e8
 
6ca6e8
 static const uint32_t collseqwc[] =
6ca6e8
 {