mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
locale: Add missing second argument to _Static_assert in C-collate-seq.c
This commit is contained in:
parent
d8cf84ac7e
commit
b8c6166b1b
@ -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[] =
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user