From 0e1761697d8ed24b07cf23035f5dd01d09056e3a Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 29 Aug 2021 18:53:55 +0300 Subject: Sync support with GNULIB updates. --- support/regex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'support/regex.c') 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" -- cgit v1.2.3