]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
locale: Add missing second argument to _Static_assert in C-collate-seq.c
authorFlorian Weimer <fweimer@redhat.com>
Mon, 6 Sep 2021 17:43:37 +0000 (19:43 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 6 Sep 2021 17:43:37 +0000 (19:43 +0200)
locale/C-collate-seq.c

index 4fb82cb8357936b62c9dc669e44b4c37af4a9b27..40b17f4f90313144565edb71477fee4c208034d9 100644 (file)
@@ -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[] =
 {