aboutsummaryrefslogtreecommitdiffstats
path: root/support/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-08-29 18:53:55 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-08-29 18:53:55 +0300
commit0e1761697d8ed24b07cf23035f5dd01d09056e3a (patch)
tree0bfa58691f81e87f3098d736bc0409c4dd5fc40c /support/regex.c
parent6696453c1a733436cbb9ca41c7c75eeb4e0b428a (diff)
downloadegawk-0e1761697d8ed24b07cf23035f5dd01d09056e3a.tar.gz
egawk-0e1761697d8ed24b07cf23035f5dd01d09056e3a.tar.bz2
egawk-0e1761697d8ed24b07cf23035f5dd01d09056e3a.zip
Sync support with GNULIB updates.
Diffstat (limited to 'support/regex.c')
-rw-r--r--support/regex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/regex.c b/support/regex.c
index 7296be0f..d3286397 100644
--- a/support/regex.c
+++ b/support/regex.c
@@ -24,6 +24,7 @@
# if __GNUC_PREREQ (4, 6)
# pragma GCC diagnostic ignored "-Wsuggest-attribute=pure"
+# pragma GCC diagnostic ignored "-Wvla"
# endif
# if __GNUC_PREREQ (4, 3)
# pragma GCC diagnostic ignored "-Wold-style-definition"