diff options
Diffstat (limited to 'support/regex.c')
-rw-r--r-- | support/regex.c | 1 |
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" |