summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-08-09 20:09:36 +0200
committerBruno Haible <bruno@clisp.org>2020-08-09 20:09:36 +0200
commitd371c5765e07730b544c5b560f2abd40fb4e64b8 (patch)
tree69c35681dfaea46e7b7a408b508399cbfb23097a /config
parent85e2c1bf69761131f77e79246e2ec499b829d01b (diff)
downloadgnulib-d371c5765e07730b544c5b560f2abd40fb4e64b8.tar.gz
Silence warnings from clang 10 with -Wimplicit-fallthrough.
* lib/dfa.c (FALLTHROUGH): Use __attribute__ __fallthrough__ also on clang >= 10. * lib/fnmatch.c (FALLTHROUGH): Likewise. * lib/fts.c (FALLTHROUGH): Likewise. * tests/macros.h (FALLTHROUGH): Likewise. * lib/regex_internal.h (FALLTHROUGH): Likewise. * config/srclist.txt: Mark it as needing sync with glibc.
Diffstat (limited to 'config')
-rw-r--r--config/srclist.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/srclist.txt b/config/srclist.txt
index 58b34d79ec..429cb949e7 100644
--- a/config/srclist.txt
+++ b/config/srclist.txt
@@ -58,7 +58,7 @@ $LIBCSRC posix/regcomp.c lib
$LIBCSRC posix/regex.c lib
$LIBCSRC posix/regex.h lib
$LIBCSRC posix/regex_internal.c lib
-$LIBCSRC posix/regex_internal.h lib
+#$LIBCSRC posix/regex_internal.h lib
$LIBCSRC posix/regexec.c lib
$LIBCSRC time/timegm.c lib
$LIBCSRC time/mktime.c lib