glibc/intl
Adhemerval Zanella 6ee5a9767a intl: Fix clang -Wunused-but-set-variable on plural.c
Clang warns that '__gettextnerrs' set but not used:

  intl/plural.c:1034:9: error: variable '__gettextnerrs' set but not used
  [-Werror,-Wunused-but-set-variable]
      int yynerrs = 0;
        ^

Clang 15 (https://reviews.llvm.org/D122271) -Wunused-but-set-variable
gives a warning while GCC doesn't.  The -Wunused-but-set-variable is
available in GCC 4.6, lower than the minimum required version 6.2.

Since the file is auto-generated, suppress the warning with a compiler
flag.

Reviewed-by: Fangrui Song <maskray@google.com>
2022-11-01 09:45:34 -03:00
..
bindtextdom.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dcgettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dcigettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dcngettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
Depend
dgettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
dngettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
eval-plural.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
explodename.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
finddomain.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gettextP.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
gmo.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
hash-string.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
hash-string.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
l10nflist.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
libintl.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
loadinfo.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
loadmsgcat.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
locale.alias Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
localealias.c intl: Avoid -Wuse-after-free [BZ #26779] 2022-01-25 17:38:31 -07:00
Makefile intl: Fix clang -Wunused-but-set-variable on plural.c 2022-11-01 09:45:34 -03:00
ngettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
plural-exp.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
plural-exp.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
plural.y Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
po2test.awk Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
textdomain.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
translit.po
tst-codeset.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext2.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext2.sh Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext3.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext4-de.po
tst-gettext4-fr.po
tst-gettext4.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext4.sh Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext5.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext6.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext6.sh Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-gettext.sh Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-ngettext.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-translit.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tst-translit.sh Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
tstcodeset.po
tstlang1.po
tstlang2.po
Versions