From: Florian Weimer Date: Mon, 6 Sep 2021 17:43:37 +0000 (+0200) Subject: locale: Add missing second argument to _Static_assert in C-collate-seq.c X-Git-Tag: glibc-2.35~537 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8c6166b1b75036ab3e4127a1c0aacf52ca93651;p=thirdparty%2Fglibc.git locale: Add missing second argument to _Static_assert in C-collate-seq.c --- diff --git a/locale/C-collate-seq.c b/locale/C-collate-seq.c index 4fb82cb8357..40b17f4f903 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[] = {